Hi!
I have used in an application of mine the Microsoft Form 2 Contols; the problem is that when i click two times on a button very fast (in fact, dblclick) it remains pushed down executing only once the istruction click, while i want it to execute two times the istruction, as if there has been 2 single clicks.
For example, if i press the button "9" two times, i want the program to write in the textfield "99" and return in the original-non-pressed state. Now it writes "9" and keeps pressed down!
Thanks a lot