Possible Duplicate:
C# Working with mutliple Forms
I have a c# program that I want to be able to have multiple users. Whenever the program is launched I want to bring up a Windows Form to display a box to select the user. I want to do all of this before displaying the main Windows Form. How can I accomplish this? I've already written the main application just want to be able to add multiple users now and not sure how to do this. Thanks