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 |
Name a typical usage of polymorphism
What is a friend function & its advantage?
What is multiple inheritance? Give Example
What does it mean when someone says I oop?
How can we use the preprocessor #if and #elseif.
Which is the only operator in C++ which can be overloaded but NOT inherited?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
what is the difference between virtual function and destoctor?
Is html an oop?
What is object and example?
what is meant by files?
What is multiple inheritance?