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
Why is static class not inherited?
What is this pointer in oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is polymorphism and its types?
What is solid in oops?
What is coupling in oop?
Can we create object of interface?
Why is oop better than procedural?
Can we override main method?
write a C++ program for booking using constructor and destructor.
Describe these concepts: Polymorphism, Inheritance and Abstraction.
How do you answer polymorphism?
What is destructor give example?
when to use 'mutable' keyword and when to use 'const cast' in c++
c++ program to swap the objects of two different classes