Creating Wizards for Win Forms in C#

前端 未结 4 1007
梦毁少年i
梦毁少年i 2021-01-07 01:24

Is there any framework or tutorial on how to create a wizard in C#. I need to provide the user a way to do a sequence of selections/user inputs. I thought Wizards would be a

4条回答
  •  梦毁少年i
    2021-01-07 01:28

    Try this

    C# Winforms Wizard — CodeGuru.com

    Alternatively, you can use panels too. Every time you move forward or backward, just change the panels.

提交回复
热议问题