I'm writting an screen capture program and I found that the mouse cursor is
not included in the bitmaps captured by my program. I tried with printscreen
I got the same results. Does any body knows how to do this?
Printable View
I'm writting an screen capture program and I found that the mouse cursor is
not included in the bitmaps captured by my program. I tried with printscreen
I got the same results. Does any body knows how to do this?
> I'm writting an screen capture program and I found that the mouse cursor
is
> not included in the bitmaps captured by my program. I tried with
printscreen
> I got the same results. Does any body knows how to do this?
As far as I know the only way to grab the mouse pointer too is to draw it on
the image yourself. Just capture the mouse coords with GetCursorPos() and
draw the cursor image at those coords on the captured image.
Hope this helps,
Mike
-- EDais --
WWW: Http://Members.xoom.com/EDais/
Work E-Mail: EDais@btclick.com
Other E-Mail: Mike.Sutton@btclick.com