Creating Wizards for Windows Forms in C#

后端 未结 3 949
野性不改
野性不改 2020-11-22 08:49

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

3条回答
  •  情歌与酒
    2020-11-22 09:18

    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.

提交回复
热议问题