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
Which method cannot be overridden?
Is abstract thinking intelligence?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How do you explain polymorphism?
What is the real life example of polymorphism?
What is pure oop?
What are the three parts of a simple empty class?
Can you inherit a private class?
What is for loop and its syntax?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is an example of genetic polymorphism?
What is solid in oops?
What is this pointer in oop?
What are the 3 principles of oop?
What is abstract class in oops?