Any good Wizard libraries for Winforms? [closed]

北城余情 提交于 2019-12-02 01:28:41

问题


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.



来源:https://stackoverflow.com/questions/1613232/any-good-wizard-libraries-for-winforms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!