.NET Custom Control with a Wizard

307 Views Asked by At

I'm developing a .NET Control and there's a need to add a Wizard to Configure its options. example: SQL Configuration Wizard of SQL Control in Visual Studio a.k.a. Data Source Configuration Wizard. How can I make one like that? Where to start?

Edit: The solution should be entirely CODE based which I can manipulate as I wish.

1

There are 1 best solutions below

2
On

You can try DevExpress's XtraWizard. Take a look here . I use it and I recommend it.