winforms - Question about changing dialog box layout -
Hey, I just started designing the dialog boxes and windows, and I had a basic question.
When you use something like a window installer, it has the next button, and when you click it, the layout completely changes the layout to the next step. My question is, it is loading a completely new dialog box and getting rid of the last one. Or there is no way to make a dialogue with many pages / states (not sure what to call them).
Thanks in advance for any help.
Wizards are usually created using the control from the library. They do not create a new dialog, but instead use something similar to tab pages.
Comments
Post a Comment