I'm a web applications developer and I'm being asked to write this
windows application so I'm sure this is an easy answer but It's not
jumping out at me.
I have an application that uses several forms in a single windows
application. I need to be have the user click a button and have it
bring up a different form. These forms aren't generated on the fly
they are hardcoded. For example the entry point of the application
has a welcome menu with a login. If the user is a new user they need
to fill out a account form. This form is located on a seperate
windows form then the login / welcome menu.

Thanks in Advance for all help and suggestions

Braden Bowers