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 |
What exactly is polymorphism?
20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
What is Method overloading?
In multilevel inheritance constructors will be executed from the .... class to ... class
What is difference between function overloading and overriding?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
what does exactly the linker do?
How do you explain polymorphism?
i hav very low percentage in 12th n BSCwhich is around 50.......coz it was just imposed on me 2 b a science graduate,nw m doin MCA n hav aggregate 74% ....what shud i answer if company's HR ask me about dis much low previous percentage??????
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
what is the 3 types of system development life cycle
What is polymorphism what are the different types of polymorphism?