tags:

views:

35

answers:

1

I developed a window application and setup for that application, when i click the setup it is open and when i clicked for second and third time and so on it is opening again and again. please help me in this situation thank u.

I developed the application in C# language.it is running perfectly but when i click the setup again it is opening how can i stop it?

+2  A: 

I think this is pretty much the expected behaviour. If you want to make sure that only one instance of your programm is started - which can be pretty challengeing - this is another issue. Pls let us know which language etc. you're using.

This codeguru article might be a good starting point anyways.

ADDITION:

In C# terms you might find this devblogpost interesting.

KB22
C# language is using mr.KB22
Surya sasidhar
pls check the addition
KB22