I want my program to capture a part of the screen by drawing a
rectangle with the mouse.
But as I click the mouse out of the form, the program lost the focus.
Is there any way to do this?
For example getting all the mouse events?
Bala - 21 Aug 2006 11:49 GMT
Hi,
I believe it's possible to hook into a Windows event sink to capture
all mouse-events. Try searching for these "event sinks"..
> I want my program to capture a part of the screen by drawing a
> rectangle with the mouse.
> But as I click the mouse out of the form, the program lost the focus.
> Is there any way to do this?
> For example getting all the mouse events?