|
-
Jan 2nd, 2011, 07:42 PM
#2
Re: [VB6] - Disable the mouse
SetCapture & ReleaseCapture are not control-specific. When SetCapture is called, any control that had the mouse captured previously is released. When ReleaseCapture is called, any control that had the mouse captured is released. If you want to block mouse events to a control, disable the control.
Last edited by LaVolpe; Jan 2nd, 2011 at 08:03 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|