Simultaneously pressing a key and mouse-clicking a button on a toolbar 
Author Message
 Simultaneously pressing a key and mouse-clicking a button on a toolbar
Hi ppl,

Anybody knowing how to trigger some action by simultaneously pressing
a key and mouse-clicking a MSComctlLib.Button on a toolbar?

With the most of the other controls it would be something like:

If (Shift And vbAltMask) > 0 And Button = 1 Then...

on the MouseDown event with (Button As Integer, Shift As Integer) but,
what do you do in this case?

Nenad
http://www.*-*-*.com/ ~n63



Wed, 09 Jul 2003 03:20:04 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Mouse-clicking a button on the toolbar whilst holding down the Shift key

2. Enable/Disable mouse clicks and keyboard key clicks

3. How to make a toolbar button click down/click up

4. CATCH mouse and keyboard clicks/presses?

5. click event when pressing enter key

6. The Popup Boxes when you press the mouse key in 95

7. waiting pressing of any key or movement by the mouse

8. Detect mouse movement or key press in VBS ?

9. Key Presses nd Mouse Movements

10. Question: Mouse movements and key press detection

11. Retrieving index of pressed toolbar button

12. Disable Popup when Right Mouse Button Pressed

 

 
Powered by phpBB® Forum Software