Adding an extra (optional) page to the C# Wizard
This seems to be causing a few problems, so I’ll quickly walk through it. I’ll try to throw some screenshots in later.
This seems to be causing a few problems, so I’ll quickly walk through it. I’ll try to throw some screenshots in later.
In this installment (see here for the previous installment), we’ll be fixing a few things and making the whole thing prettier.
Oddly, the Windows Forms libraries don’t provide any support for writing wizards. Here’s one way to do it.
Several popular applications implement their options dialog as a collection of pages. Here’s one way to do this in your application.