Hi

I am fairly new to VB.net. I have a form through which I would like to load another form, like when the user clicks the next button. On the first form the user selects an option depending on which the controls for the next form are loaded after the user clicks the next button. The problem is that I dont want to open the new form in a separate window nor the mdiparent way either (i.e. like a child window within the parent). (I am trying to make interface flow much like an installation wizard where the user clicks next and further options open up within the same window)

Thanks for the help in advance

Michael

Re: Load next form in same window - not mdichild by Brian

Brian
Sun Jan 25 01:20:53 CST 2004

Sounds like you are looking for a wizard type interface. There are a couple
of providers. try
http://www.divil.co.uk/net/controls/wizardcontrol/


--
Brian P. Hammer
"Michael Hammac" <anonymous@discussions.microsoft.com> wrote in message
news:6BA21D0E-C39B-4AE8-9D8F-D85FF24749BD@microsoft.com...
> Hi,
>
> I am fairly new to VB.net. I have a form through which I would like to
load another form, like when the user clicks the next button. On the first
form the user selects an option depending on which the controls for the next
form are loaded after the user clicks the next button. The problem is that I
dont want to open the new form in a separate window nor the mdiparent way
either (i.e. like a child window within the parent). (I am trying to make
interface flow much like an installation wizard where the user clicks next
and further options open up within the same window).
>
> Thanks for the help in advance.
>
> Michael



Re: Load next form in same window - not mdichild by hirf-spam-me-here

hirf-spam-me-here
Sun Jan 25 05:45:39 CST 2004

* "=?Utf-8?B?TWljaGFlbCBIYW1tYWM=?=" <anonymous@discussions.microsoft.com> scripsit:
> I am fairly new to VB.net. I have a form through which I would like to
> load another form, like when the user clicks the next button. On the
> first form the user selects an option depending on which the controls
> for the next form are loaded after the user clicks the next button. The
> problem is that I dont want to open the new form in a separate window
> nor the mdiparent way either (i.e. like a child window within the
> parent). (I am trying to make interface flow much like an installation
> wizard where the user clicks next and further options open up within the
> same window).

Something like a wizard. Some solutions in C#:

<http://www.codeproject.com/cs/miscctrl/tswizard.asp>
<http://www.codeproject.com/cs/miscctrl/ak_wizard.asp?print=true>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>