Any good Wizard libraries for Winforms? [closed]

2019-02-24 11:52发布

问题:

I'm looking for a good "Wizard" library for Winforms. WYSIWYG editor preferrable, but not a must.

回答1:

You pretty much have to role your own. It's not that hard. I wrote one in under 30 minutes.

Here's two links to help you out:
http://www.codeguru.com/csharp/.net/net_general/visualstudionetadd-ins/article.php/c6911/
http://www.differentpla.net/content/2005/02/implementing-wizard-c



回答2:

DevExpress has an excellent wizard control but most usually do roll their own.