Hello folks,
Lets say I have an application called test.exe
When a user clicks on test.exe , I use CreateMutex to prevent users from opening multiple instances of the application.
My question:
If the application is running minimized and if the user clicks on the exe, is there a way to maximize the application that is already running minimized?
I've tried getting the handle of the main window and used setforeground etc.. nothing seems to work.
Appreciate your input on this.
thank you
Melvin