Search found 1 match
- Thu May 26, 2016 8:45 am
- Forum: Scripts and Tips
- Topic: Auto press TAB key in VBScript
- Replies: 1
- Views: 11376
Auto press TAB key in VBScript
Hi All, I want to code a script that should perform the following function: 1. runs in background 2. automatically send key {TAB} whenever user presses any number key from 0 to 9. 3. Script ends when user press F1 key. 4. Coded in VBS I tied using the following code but its not working: Set wshShell...