how to set the program could give different actions when double clicks or single click a command button??? 
Author Message
 how to set the program could give different actions when double clicks or single click a command button???
how to make it??



Thu, 11 Oct 2001 03:00:00 GMT  
 how to set the program could give different actions when double clicks or single click a command button???
As you you have no doubt discovered, the Command button
does not have a DoubleClick event.

Probably the easiest way to get around this problem is NOT
to use a Command button in this instance.  Use a Label
control which DOES have a DoubleClick event.  (Picture,
Image and Shape controls also have DoubleClick events.)

Just remember that the Click event always happens just
before the DoubleClick event.

   -- David Martin

Quote:

>how to make it??



Fri, 12 Oct 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. how to set the program could give different actions when double clicks or single click a command button???

2. Double-click vs single-click on macro button

3. System tray icon, single click event fires before double click

4. Double clicks and single clicks

5. How to differ double click from single click?

6. Use Word checkbox control's double click action to update field in access database record

7. preventing a double click action from generating two events

8. Single/double clicks

9. Single vs Double mouse click

10. DataGrid: Selecting a row by single/double clicking

11. Single Quotes converted to double Single Quotes

12. Getting the Double-Click setting?

 

 
Powered by phpBB® Forum Software