How to generate a double click ?

  • Thread starter Thread starter BlueOne
  • Start date Start date
B

BlueOne

Hello
I don't have any idea how to make a double click by not
touching a mouse. For example I would like to generate a
Db click by pressing space. Can you tell me how to do
it ? Let say I put my mouse over a button and I want to
double click ( it must be double click or single click
but it must a mouse click ).
BlueOne

PS>How to find answets on questions like this in
documentation ? If there is no help in doc ( I didn't
find it ), where to look at ?
 
* "BlueOne said:
I don't have any idea how to make a double click by not
touching a mouse. For example I would like to generate a
Db click by pressing space. Can you tell me how to do
it ? Let say I put my mouse over a button and I want to
double click ( it must be double click or single click
but it must a mouse click ).

You will have to use p/invoke, a VB6 implementation can be found here:

PS>How to find answets on questions like this in
documentation ? If there is no help in doc ( I didn't
find it ), where to look at ?

<http://groups.google.com>
 
Back
Top