when my application exe is running nad i don't want to
create another exe what should i do
Answer Posted / 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 View All Answers
What is overloading and its types?
What is the important feature of inheritance?
write a program to find 2^n+1 ?
What is destructor give example?
How can you overcome the diamond problem in inheritance?
What is super in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is the full form of oops?
What does it mean when someone says I oop?
What is solid in oops?
What is class and object with example?
How do you answer polymorphism?
Can bst contain duplicates?
When not to use object oriented programming?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)