hi all,
i have two windows (one visible at a time) and a system tray icon.
is it possible to assign the visible window to the tray when i change it ?
thanks
Printable View
hi all,
i have two windows (one visible at a time) and a system tray icon.
is it possible to assign the visible window to the tray when i change it ?
thanks
i want to switch the handle of the tray icon to a different window.
Call Shell_NotifyIcon with NIM_MODIFY as first parameter and pass the desired window handle in hWnd member of NOTIFYICONDATA.
thank you very much Ovidiu Cucu ! :thumb: