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 |
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What does and I oop and sksksk mean?
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
what is the technical or oop name of object?
What are two types of polymorphism?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
What is polymorphism and types?
What is abstraction in oops with example?
what is static?
What is meant by multiple inheritance?
Tell us about yourself.
47 Answers ABB, Amazon, Fidelity, Flextronics, Franklin Templeton, HCL, Hexaware, IBM, Impetus, Infosys, Reliance, Rofous, Silgate, Sutherland, TCS, Thomson Reuters, Virtusa, Wipro,
Write a program in c++ to read two floating point numbers and find their sum and average.