J
Joe Holzhauer
I'm creating a wizard, and I'm wondering what the best method is...
I had separate forms that open each other, but the data I'm collecting are
difficult to pass from form to form (multiple arrays). It works, but with a
LOT of coding.
I also thought of doing the above, but have a hidden form control the
opening and closing of the visible forms, and also storing the data.
Another idea I had was to use a tab control, but the style isn't the same
(unless there's some way to hide the tabs and just use them as separate
"forms" on the same form).
Is there an easy way to do this that I'm missing??
Thanks for any advice!
Joe
I had separate forms that open each other, but the data I'm collecting are
difficult to pass from form to form (multiple arrays). It works, but with a
LOT of coding.
I also thought of doing the above, but have a hidden form control the
opening and closing of the visible forms, and also storing the data.
Another idea I had was to use a tab control, but the style isn't the same
(unless there's some way to hide the tabs and just use them as separate
"forms" on the same form).
Is there an easy way to do this that I'm missing??
Thanks for any advice!
Joe