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
Answer / ramachandran
We can use mutex to avoid one more creation.
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
When is a memory allocated to a class?
What is extreme programming?
what is the difference between javap and jad utility
What is destructor example?
who is the founder of c++?
What is inheritance in simple words?
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
What is the example of polymorphism?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
why reinterpret cast is considered dangerous?
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
what is the application of oops?