G
Guest
Moving from VB6 to VB.NET or C# and had a general design question...
I currently have a VB6 app that functions like a wizard. Form1 is displayed
with configuration settings. The user enters the data and presses the Next
button to navigate to Form2. On Form2, the user can move to Form3 and also
has a Back button to return to Form1. There are about 10 forms total.
What is a good approach to handle the displaying of these forms? I am
probably going to write a controller class to handle the flow, but wanted to
see what other designs others have used.
Thanks for the input.
Brent
I currently have a VB6 app that functions like a wizard. Form1 is displayed
with configuration settings. The user enters the data and presses the Next
button to navigate to Form2. On Form2, the user can move to Form3 and also
has a Back button to return to Form1. There are about 10 forms total.
What is a good approach to handle the displaying of these forms? I am
probably going to write a controller class to handle the flow, but wanted to
see what other designs others have used.
Thanks for the input.
Brent