Possible Duplicate:
How to avoid multiple instances of windows form in c#
I want to show open form only once in an application without creating them as MDI form.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Before opening the form from your code, check the Application.OpenForms property and see if the form exists in the collection.
Something like: