icon on system tray
I make a program using Visual C++ 6,
I put an icon on the system tray using Shell_NotifyIcon(),
I register a callback message using RegisterWindowMessage() to notify when the icon gets clicked,
but when I click the icon nothing happens and the message handler does not execute
|