Gain SuperCapture of the mouse?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm writing a program which needs to get the mouse capture in order to be able to select a part of the screen. I've tried this using GetCapture, but that doesn't work, because at the moment I start dragging at a point that is not in the my app's window, the capture is lost and the window at that point is activated. Is there some way to prevent this loss of capture AND focus?