I wish to make it when the user is dragging a bar in my program, they annot move the mouse out of a given CRect that I supply. How would I do this?
Printable View
I wish to make it when the user is dragging a bar in my program, they annot move the mouse out of a given CRect that I supply. How would I do this?
The ClipCursor() function confines the cursor to a rectangular area on the screen.
Thanks man. Great help.