Hi,
How can i change the Keyboard Language from a Program? (from the keyboard is the Alt+Shift).
Regards
Printable View
Hi,
How can i change the Keyboard Language from a Program? (from the keyboard is the Alt+Shift).
Regards
Send the Alt+Shift keys. :)
http://forums.vb-world.net/showthrea...threadid=22694 might help a bit.
Gl,
D!m
Hi,
I try - SendKeys "+(%)"
It is not Work!!! Any Idea?
Regards
try - SendKeys "(%)+"
Hi,
Well folks - it is not Work (yet)...
I just like to change the keyboard lenguage by pressing ALT+SHIFT? PLEASE.......
Regards
Well Folks??????
try -
SendKeys "%(+)" ...
sendkeys "%(vbKeyShift)" ...
sendkeys "%{vbKeyShift}" ...
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
Btw,
The SendKeys execute in the Form Level - What i need is something in the WINDOWS level.
Regards
try using Windows API...
I doubt that sendkeys really sends the "control" and "alt" keys unless you have a key to go with it...
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