1

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.

Derpy Derp
  • 429
  • 1
  • 5
  • 12

1 Answers1

0

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

eburgos
  • 2,022
  • 17
  • 11
  • I can't use any third party apps. And besides that, XtraWizard creates/provides Wizard Controls, not Wizards in Control Configuration. @eburgos – Derpy Derp Aug 08 '12 at 00:12
  • Sorry for misunderstanding it. I see you're developing a control and you want to make it configurable via a wizard, like for example configuring a database connection control. – eburgos Aug 08 '12 at 00:57