View Single Post
Old 11-25-2004, 03:59 PM   #15
Vorex
Constant Bitrate
 
Vorex's Avatar
 
Join Date: Nov 2004
Location: Lake Worth, FL
Posts: 126
Quote: Originally Posted by LESLIEx317537
I haven't looked into the program.
But does anyone know how to make VB.net hold down a key and then press another. I was searching forever.
If I can find that out, then I can mod the simple program.

Sendkeys..
%=ALT
{TAB}=TAB

so...
Code:
SendKeys.Send("%+{TAB}") = Alt+Tab

__________________
- Vorex Out
Vorex is offline   Reply With Quote