Intercepting Mouse Clicks
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to intercept mouse clicks when the current window is minimized or inactive? Thanks ~Mike
When ou click on a window, it will become active and you'll recieve your mouse messages. when you window is minimized, you want to capture mouse clicks inside another window? Probably best to look into hooks :) HTH Cheers The word of the day is legs, let's go back to my house and spread the word ;P
-
When ou click on a window, it will become active and you'll recieve your mouse messages. when you window is minimized, you want to capture mouse clicks inside another window? Probably best to look into hooks :) HTH Cheers The word of the day is legs, let's go back to my house and spread the word ;P