I'm using the standard Shell_NotifyIcon API call to manipulate a tray icon. My problem is when I use the PopupMenu method unde the WM_RBUTTONUP (and WM_RBUTTONDOWN) withing a MouseMove of a picture box the menu only pops up after I click and then make the moue cursor "jump" just a tad. I'm assuming that this is b/c of the MouseMove event but I can't get it to work within any other method for the Pciture box. What I want to know is how can I make it pop up as soon as the button is down instead of the mouse having to jump a tad? Thanks in advance.