Quote Originally Posted by WoF View Post
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