TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rmuzumdar
NA
5
0
Single instance of an Application in C#??
Nov 19 2004 4:08 PM
Hello, I have created a windows form application in C#. Now i want only a single instance of the application to be running at a time. Lets say I am using the following command to run a new application: Application.Run(new Form1()); The above line is written in the main method. How do i make sure that Application.Run() is executed only once, i.e. I want to make sure that a new instance of the form is not created as long as the application is running. Could anyone help me with this? Thanks, Rohan.
Reply
Answers (
4
)
Dual Moniter support
errorProvider