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

In multilevel inheritance constructors will be executed from the .... class to ... class

2 Answers   ABCO, TCS,


What is stream in oop?

0 Answers  


What is solid in oops?

0 Answers  


What is the types of inheritance?

0 Answers  


what is the main difference between c and c++?

386 Answers   AZTEC, B.Tech, CMC, College School Exams Tests, HCL, IBM, ITM, Khalsa Institute, Microsoft, Oracle, Sanjeevni Institute, TCS, Tech Mahindra, Wipro, ZeOmega,






I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe

1 Answers  


Write A Program using Single and Multiple Inheritance.

1 Answers  


What is abstraction and encapsulation?

0 Answers  


what is virtual function?

3 Answers  


Why is encapsulation used?

0 Answers  


What is encapsulation?

17 Answers   TCS,


How is exception handling carried out in c++?

3 Answers  


Categories