Click here to Skip to main content
15,891,846 members

Comments by samuelkod (Top 2 by date)

samuelkod 26-Jun-13 5:22am View    
Thank you Sergey Alexandrovich Kryukov for your response. My situation is, I have a parent form that uses mdi control that allow child form to be created at run-time by means of button click event. I used the single Instance Application code in the link i have provided in my post to make the application run single instance only. In that code (found here: http://www.codeproject.com/Articles/4430/Single-Instance-Application-in-C), there is a method that determines a running instance of the application and returns true if an instance of the application is already running. What i want to do is to create mdi child form and add it to the parent form if the running instance returns true.
Thank you.
samuelkod 26-Jun-13 5:21am View    
Deleted
Thank you Sergey Alexandrovich Kryukov for your response. My situation is, I have a parent form that uses mdi control that allow child form to be created at run-time by means of button click event. I used the single Instance Application code in the link i have provided in my post to make the application run single instance only. In that code (found here: http://www.codeproject.com/Articles/4430/Single-Instance-Application-in-C), there is a method that determines a running instance of the application and returns true if an instance of the application is already running. What i want to do is to mdi child form to be create and add to the parent form if the running instance returns true.
Thank you.