简体   繁体   English

C#.net VS2010动态向导内容

[英]C#.net VS2010 Dynamic Wizard Content

What I am looking to to is to put a frame in my window, and then fill the frame with different preset content from other forms. 我要寻找的是在我的窗口中放置一个框架,然后用与其他表单不同的预设内容填充该框架。

For example the welcome page of the wizard, I want it to say welcome,and a little about my program. 例如,向导的欢迎页面,我希望它说“欢迎”,以及有关我的程序的一些信息。 When the user clicks the next button(located outside of the frame, but inside the window) the frame will show content from the next form(that I already made in the designer). 当用户单击下一个按钮(位于框架外部,但位于窗口内部)时,框架将显示下一个表单(我已经在设计器中完成)的内容。

Is this possible, and what code/resources would I need to accomplish this task? 这可能吗,我需要什么代码/资源来完成此任务? Would it be easier to just dynamically add the items? 动态添加项目会更容易吗?

Thank you, pseudoSequential 谢谢pseudoSequential

试试我用过的它,这很棒,只是在编译DLL的http://www.codeproject.com/KB/miscctrl/ak_wizard.aspx之前一定要纠正拼写

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM