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.