Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 .NET 控件,需要添加一个向导来配置其选项。示例:Visual Studio 中 SQL 控件的 SQL 配置向导,又名数据源配置向导。我怎样才能做出这样的?从哪儿开始?
编辑:解决方案应该完全基于代码,我可以随意操作。
你可以试试 DevExpress 的 XtraWizard。看看这里。我使用它并推荐它。