J
John
I use NotifyIcon to minimize my app to the system tray. I also check
everytime my app runs for the previous instance, if it is running, call
SetForegroundWindow to bring its window up front and exit the second
instance.
The problem is it doesn't bring the app out of the system tray. It works
fine if the app is NOT in the system tray. How do I bring it out of the
system tray and make it an active window? Thanks
everytime my app runs for the previous instance, if it is running, call
SetForegroundWindow to bring its window up front and exit the second
instance.
The problem is it doesn't bring the app out of the system tray. It works
fine if the app is NOT in the system tray. How do I bring it out of the
system tray and make it an active window? Thanks