I am new in Creating Wizards for Windows Forms Application in C# .Net. So i don\'t have any idea in wizard creation. Please give me some ideas about creating Multiple wizard
You need to create your own to meet your own preferences. A tip will be for you to create a base form named like "frmWizard" then all your wizard windows will inherit from it. You should put common objects or wizard objects on the base class and modify \ override them on the derived class if needed.