|
-
January 20th, 2012, 06:25 AM
#10
Re: Flushing the mouse buffer
 Originally Posted by WoF
Yes, I had the same problem. DataMiser's idea is right.

What I did:
Code:
Private sub imgButton_DblClick()
imgButton_MouseDown 0,0,0,0
End Sub
The double-click is then retransfered to the mouse_down() code.
It worked very well for me. I could then click as fast as possible to achieve all mose-down code.
Very easy solution...
Very nice indeed. Thanks for teaching me this as well
Tags for this Thread
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
|