Sue
2011-04-21 01:19:30 UTC
Hi,
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.
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.