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 |
How do you achieve runtime polymorphism?
What are the important components of cohesion?
some one give d clear explanation for polymorphism
Can you explain polymorphism?
Can enum be null?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is Dynamic Polymorphism?
what is the use of template classes in c++
what is object slicing?
What are the three parts of a simple empty class?
The type of variable a pointer points to must be the part of pointer's definition so that:
What is the Advantage of Interface over the Inheritance in OOPS?