how do you create an alt keyboard shortcut using visual basic (VB98/vb6.olb)?

maatsmom

New member
Sep 29, 2012
0
0
0
i want to use the keyboard instead of the mouse to select options on an application i'm working on....appreciate any help/feedback?
peace
 
You can use the SendKeys command to simulate keystrokes to another application. You'll also need to look up how to use User32.dll to make the other application the foreground application.
 
Back
Top