Handling Systray Icon Events
I have a program that creates a systray icon using ShellNotifyIcon and assigns a message value to it that is supposed to be passed back to the owner window when activity takes place. How do I intercept this message in my program? Is there a site you can reccomend that would outline how to intercept a message in a vb program and create an event based on it?
Thanks for any help.
I know it involves Subclassing..
but I cannot find any good code that demonstrates the process of subclassing. I did find one site that included an already compiled OCX file that would handle subclassing, but I want to understand what is going on behind the scenes there.