I want to make wazard same as PropertySheet or programming install dialog that use next, prev button.
I look for TabControl, but I don't fine method.
Could you help me
I want to make wazard same as PropertySheet or programming install dialog that use next, prev button.
I look for TabControl, but I don't fine method.
Could you help me
How can I make Wizard?
gtarnold
Unfortunately WinForms doesn't include a standard wizard control as is (for some reason).
You can generally find some pretty good open source wizards on CodeProject.com. Unfortunately, i couldn't locate the link to the last one that i used but here's one that seems just as nice if not better...
http://www.codeproject.com/cs/miscctrl/tswizard.asp
Good Luck!
Dileep Agarwal