
02-19-2004, 09:56 AM
|
 |
Martian In Disguise
Retired Moderator * Guru *
|
|
Join Date: May 2003
Location: Minneapolis, MN
Posts: 9,566
|
|
|
Okay, I think I understand what you are trying to accomplish.
What you can do is create a form that serves as a dialog box. This form would contain each step in a different container control (like a PictureBox) where the user interaction is focused on one step at a time. Then using a couple of command buttons on the form, provide the ability to move to the next step or to the previous step. The command buttons would then handle (or call the code to handle) the that particular step.
Am I on the right track with what you are trying to accomplish?
|
__________________
The only stupid question is the one that goes un-asked.
|