C#.net VS2010动态向导内容
我想要的是在我的窗口中放置一个框架,然后用其他表单中的不同预设内容填充该框架。
例如向导的欢迎页面,我希望它显示欢迎,以及一些关于我的程序的信息。当用户单击下一个按钮(位于框架外部,但在窗口内部)时,框架将显示下一个表单中的内容(我已经在设计器中制作)。
这可能吗?完成此任务需要哪些代码/资源?动态添加项目会更容易吗?
谢谢你, 伪顺序
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个,我用过它,在编译 DLL 之前一定要纠正拼写,这很棒, http://www.codeproject.com/KB/miscctrl/ak_wizard.aspx
Try this I used it and it is great just be sure to correct the spelling before you compile the DLL's http://www.codeproject.com/KB/miscctrl/ak_wizard.aspx