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 |
Write a program to sort the number with different sorts in one program ??
Which language is not a true object oriented programming language?
What is the difference between const int *ptr and int const *ptr???
write a program to print * * * * * *
create a c++ program that will accepts 9 inputs using 3 by 3 array.
How would you stop a class from class from being derived or inherited.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is constructor overloading in oop?
Can we have inheritance without polymorphism?
What are the two different types of polymorphism?
Plese get me a perfect C++ program for railway/airway reservation with all details.
what is the realstic modeling?