G
Guest
ok, thanks for all you who have put up with all my API questions
today....last one (besides my one about adding a Menu Item to the system menu
for all processes....)
I have the handle of a window, i get the icon, hide the window by using
ShowWindow(HandleHere, SW_HIDE)
and it hides the window, then i add its icon to the system tray. now (i
already added a handler for the notifyicon double click event) i want to
restore the window when its double-clicked. ive attempted
ShowWindow(HandleHere, SW_SHOW)
but that didnt work, neither did
ShowWindow(HandleHere, SW_SHOWMAXIMIZED)
nothing ive tried has worked....OpenIcon() hasnt worked either.....how can i
restore the window? thanks
today....last one (besides my one about adding a Menu Item to the system menu
for all processes....)
I have the handle of a window, i get the icon, hide the window by using
ShowWindow(HandleHere, SW_HIDE)
and it hides the window, then i add its icon to the system tray. now (i
already added a handler for the notifyicon double click event) i want to
restore the window when its double-clicked. ive attempted
ShowWindow(HandleHere, SW_SHOW)
but that didnt work, neither did
ShowWindow(HandleHere, SW_SHOWMAXIMIZED)
nothing ive tried has worked....OpenIcon() hasnt worked either.....how can i
restore the window? thanks