I have an application with only a systray icon, and when I click on the icon, a window should unhide.
I'm using this code to achieve that:
Code: Select all
HideWindow(#WINDOW_1, 0)
SetActiveWindow(#WINDOW_1)
SetActiveGadget(#G_1)
Any tips on this? Why doesn't open always active?
Thank you!