Hide and show Dialog Application
-
Hi All How can hide and show dailog Application?I have a button Hide and i am useing code for hide is ShowWindow( SW_HIDE ); Now i want to open this application again then new application is open and i want to open hide application.Or i want to show hide application. Plz elp me:rose:
-
Hi All How can hide and show dailog Application?I have a button Hide and i am useing code for hide is ShowWindow( SW_HIDE ); Now i want to open this application again then new application is open and i want to open hide application.Or i want to show hide application. Plz elp me:rose:
-
Hi All How can hide and show dailog Application?I have a button Hide and i am useing code for hide is ShowWindow( SW_HIDE ); Now i want to open this application again then new application is open and i want to open hide application.Or i want to show hide application. Plz elp me:rose:
Also Leave some thing to user to unhide the application like [System Tray Icon^]
-
http://www.codeproject.com/KB/cs/singleinstanceapplication.aspx[^]
There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition. Blaise Pascal
-
Hi All How can hide and show dailog Application?I have a button Hide and i am useing code for hide is ShowWindow( SW_HIDE ); Now i want to open this application again then new application is open and i want to open hide application.Or i want to show hide application. Plz elp me:rose:
When you run an instance of your exe, first you can check if another instance is running. If it is then make old instance visible and exit from the new instance. Saurabh
-
Thanks for reply But i don't want to show in system tray.My application is run in hidden mode and exe is showing on desktop.when user click on that exe then that hidden application will be show.Plz help me
The article contains exactly that info too, in addition to the system tray stuff. Skip the parts about the system tray and read how to make a single instance program.
There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition. Blaise Pascal
-
Hi All How can hide and show dailog Application?I have a button Hide and i am useing code for hide is ShowWindow( SW_HIDE ); Now i want to open this application again then new application is open and i want to open hide application.Or i want to show hide application. Plz elp me:rose:
Are you looking for something like this?
"Love people and use things, not love things and use people." - Unknown
"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch