WM_RBUTTONDOWN & WM_RBUTTONUP question...
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I want to redirect mouse button click behavior. When I click the right button in MS Word...etc, I don't want the system to show a popup menu. But when I click wheel button, I want it shows a popup menu like I click the right button. I use Hook(in .dll file) to get the mouse message and then redirect it. In some application, like Internet Explorer, NotePad...etc, the redirection works well. but in MS Word, Excel...etc, it shows nothing. I think maybe it's a MDI question (or not). Does someone could give me some suggestions to solve this bug. Thanks a lot.