When you're filling out the structure to use with Shell_NotifyIcon, it asks for a handle to the window the callback message will be sent back to and a handle or pointer to the callback function. To catch that message, do I need to subclass the window, or is there a simpler (and less dangerous) way to do this?
