Yes, I had the same problem. DataMiser's idea is right.
What I did:
The double-click is then retransfered to the mouse_down() code.Code:Private sub imgButton_DblClick() imgButton_MouseDown 0,0,0,0 End Sub
It worked very well for me. I could then click as fast as possible to achieve all mose-down code.
Very easy solution...





Reply With Quote
