|
-
Jul 18th, 2000, 02:51 PM
#1
Thread Starter
Addicted Member
Hi,
How can i change the Keyboard Language from a Program? (from the keyboard is the Alt+Shift).
Regards
-
Jul 18th, 2000, 02:57 PM
#2
Fanatic Member
-
Jul 18th, 2000, 03:27 PM
#3
Thread Starter
Addicted Member
Hi,
I try - SendKeys "+(%)"
It is not Work!!! Any Idea?
Regards
-
Jul 18th, 2000, 07:30 PM
#4
Hyperactive Member
-
Jul 18th, 2000, 11:08 PM
#5
Thread Starter
Addicted Member
Hi,
Well folks - it is not Work (yet)...
I just like to change the keyboard lenguage by pressing ALT+SHIFT? PLEASE.......
Regards
-
Jul 19th, 2000, 06:10 AM
#6
Thread Starter
Addicted Member
-
Jul 19th, 2000, 02:19 PM
#7
Hyperactive Member
try -
SendKeys "%(+)" ...
sendkeys "%(vbKeyShift)" ...
sendkeys "%{vbKeyShift}" ...
-
Jul 19th, 2000, 11:45 PM
#8
Thread Starter
Addicted Member
Hi,
Well, Sorry But still its not woek - May be its cos its something like "ALT+CTRL+SHIFT" and it is not work in the Windows framework? I dont know how to switch the language within progrm, any one from the Gurus know how???
Best Regards
-
Jul 19th, 2000, 11:55 PM
#9
Thread Starter
Addicted Member
Btw,
The SendKeys execute in the Form Level - What i need is something in the WINDOWS level.
Regards
-
Jul 20th, 2000, 06:06 AM
#10
New Member
try using Windows API...
I doubt that sendkeys really sends the "control" and "alt" keys unless you have a key to go with it...
-
Jul 20th, 2000, 08:42 AM
#11
Thread Starter
Addicted Member
I know that there is 2 API
2 API r:
retval = SystemParametersInfo(SPI_GETDEFAULTINPUTLANG, ByVal 0, 0, 0)
retval = SystemParametersInfo(SPI_SETDEFAULTINPUTLANG, ByVal 0, 0, SPIF_SENDWININICHANGE)
I dont Know How To Use It.......any body know how?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|