After experiencing a lot of down time, We decided to move this site to
CrystalTech.com. CrystalTech.com is powered by only the finest Windows servers providing the best performance, reliability, and value anywhere.
Change windows language using sendkeys
|
Author |
Message
|
adamdove
-
Total Posts
:
2
- Scores: 0
-
Reward points
:
0
- Joined: 12/17/2009
-
Status: offline
|
Change windows language using sendkeys
Thursday, December 17, 2009 7:51 PM
( permalink)
Hi, I am trying to send Alt + Shift keys via a vbscript in order to change the windows language, but it is not working. Here is my script: Option Explicit Dim objShell Set objShell = CreateObject("WScript.Shell") objShell.Run "AnyProgram.exe" Wscript.Sleep 1500 objShell.SendKeys "hello" objShell.SendKeys "%{+}" WScript.Quit
|
|
|
|
adamdove
-
Total Posts
:
2
- Scores: 0
-
Reward points
:
0
- Joined: 12/17/2009
-
Status: offline
|
Re:Change windows language using sendkeys
Thursday, December 17, 2009 8:15 PM
( permalink)
|
|
|
|
vbman
-
Total Posts
:
8
- Scores: 0
-
Reward points
:
0
- Joined: 8/22/2010
-
Status: offline
|
Re:Change windows language using sendkeys
Sunday, August 22, 2010 7:34 PM
( permalink)
also using the ascii binary numbers is helpful eg {enter} = chr(13)?
|
|
|
|
Online Bookmarks Sharing: