Is there a way to disable DblClick event on ActiveX control ?
The problem is, if I click on a control, MouseDown will run first, then MouseUp, but the next click, DblClick will run instade of MouseUp and MouseDown.
I want in all cases, MouseDown and MouseUp to run




Reply With Quote