User Controls for changing form content?

  • Thread starter Thread starter DrPete
  • Start date Start date
D

DrPete

Hi,

I'm trying to replicate how other applications work when it appears
there is one form, and the contents changes when the user clicks a Next
button. For example, adding a mail account in Outlook.

How is this achieved? Is it through User Controls? i.e. each "page" is
a user control and you show and hide each user control as the user
progresses through each step?

Thanks for your time
Peter
 
Hi,

DrPete said:
Hi,

I'm trying to replicate how other applications work when it appears
there is one form, and the contents changes when the user clicks a Next
button. For example, adding a mail account in Outlook.

How is this achieved? Is it through User Controls? i.e. each "page" is
a user control and you show and hide each user control as the user
progresses through each step?

I would do it this way.
 
For me I will use multiple forms and create one class to keep the values on
those forms. The good thing about Windows app is there are not stateless.

chanmm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top