when my application exe is running nad i don't want to
create another exe what should i do

Answers were Sorted based on User's Feedback



when my application exe is running nad i don't want to create another exe what should i do..

Answer / ramachandran

We can use mutex to avoid one more creation.

Is This Answer Correct ?    1 Yes 0 No

when my application exe is running nad i don't want to create another exe what should i do..

Answer / s. elaiyaraja.s

In form load even we write the code to check the previous
instance running or not. If previous instance exists show
the message and exit the form.

Use System.Diagnostics namespace for find the running
previous instance.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is encapsulation example?

0 Answers  


what is the difference between a package and a software?

3 Answers  


What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?

1 Answers  


What is conditional Compilation?

3 Answers   emc2, HCL,


when to use 'mutable' keyword and when to use 'const cast' in c++

0 Answers   TCS,






Can java compiler skips any statement during compilation time?

0 Answers  


What is advantage of inheritance?

0 Answers  


Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.

13 Answers   Wipro,


What is the use of fflush(stdin) in c++?

4 Answers   HCL,


What does I oop mean?

0 Answers  


What is destructor oops?

0 Answers  


What is abstraction and encapsulation?

0 Answers  


Categories