Sep 29, 2012 #1 M maatsmom New member Joined Sep 29, 2012 Messages 0 Reaction score 0 Points 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
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
Dec 22, 2012 #2 Gardner New member Joined Aug 17, 2011 Messages 6 Reaction score 0 Points 1 Age 36 Location USA 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.
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.