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 开发者_JAVA技巧dynamically add the items?
Thank you, pseudoSequential
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
精彩评论