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 interface is used?
What is the use of oops?
How do you achieve runtime polymorphism?
What is coupling 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
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the difference between procedural programming and oops?
What is polymorphism what are the different types of polymorphism?
write a C++ program for booking using constructor and destructor.
Why is polymorphism needed?
Why is encapsulation used?
What is balance factor?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is polymorphism in oops with example?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?