I subclass the IE rebar window. And I call TrackPopupMenu to display
menu on my toolbar when user click button on my toolbar. Here is the
problem. After the TrackPopupMenu is called, it seems the subclass
window didn't receive a bunch of WM_MOUSEMOVE which it suppose to. If
the user doesn't try to display the menu and TrackPopupMenu is not
called, evething is fine. Looks like TrackPopupMenu is blocking
WM_MOUSEMOVE. How do I fix this? Thanks.
Menus capture the mouse for them to work properly.
This means that nothing else gets mouse events until it is dismissed by
clicking an option, or outside (this is why it needs to capture the mouse)
--
Dee Earley (dee.e...@icode.co.uk)
i-Catcher Development Team
http://www.icode.co.uk/icatcher/
iCode Systems
(Replies direct to my email address will be ignored.
Please reply to the group.)