C#.net VS2010动态向导内容

发布于 2024-11-28 02:50:56 字数 200 浏览 1 评论 0原文

我想要的是在我的窗口中放置一个框架,然后用其他表单中的不同预设内容填充该框架。

例如向导的欢迎页面,我希望它显示欢迎,以及一些关于我的程序的信息。当用户单击下一个按钮(位于框架外部,但在窗口内部)时,框架将显示下一个表单中的内容(我已经在设计器中制作)。

这可能吗?完成此任务需要哪些代码/资源?动态添加项目会更容易吗?

谢谢你, 伪顺序

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

皓月长歌 2024-12-05 02:50:56

试试这个,我用过它,在编译 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文