Hi Lin
I liked the Wizard add-in in VB6. It allowed me to create wizard-like
modules quite easily. I don't know if it's available in .NET somewhere, I
haven't looked. The wizards I am going to create are only going to be about
4 or 5 screens long, I would think it'll be better to have all the 'screens'
contained in a GroupBox control, then when the user clicks next, simply hide
the GroupBox for that 'screen' and move the next GroupBox into view.
In my opinion, this would be more preferable than closing and opening forms,
as that would take longer and you will probably want to share data amongst
the stages of the wizard, which would be a lot easier if the stages are on
the same form.
Just an idea to consider.
Kind Regards,
Steve.
"LIN" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> I am trying to create a wizard like application in VB .NET. When i click
> NEXT button FORM1 it should open FORM2 and CLOSE that FORM1. How do I
> achieve this? I have done this in VB6 but not .NET. A tutorial or a code
> same?
>
> Please advice.
>
> Thanks!
>
> LIN
>
>
|