Try this out:
http://www.codeproject.com/useritems...ontextDemo.asp
"Tony" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
> How do you change the main form in visual basic .net 2003?
>
> I have a form1 as the startup form. Based on a user response as to
> which mode to run the program in, i would like to transfer control of
> the program to form2 or form3 and close form1. However, if I close
> form1, the application will close because it is the startup form.
>
> I guess I could make form1 hidden and form2 or form3 modal, but i was
> hoping there was a better way.
>
> Thanks for you help,
> Tony