Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change key board layout
Message
From
21/06/2008 05:13:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Change key board layout
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01325921
Message ID:
01325921
Views:
66
How can I change the key board layout with codes,
kpsukb = SPACE(8)
DECLARE INTEGER  ;
        GetKeyboardLayoutName IN  ;
        user32.DLL STRING
= getkeyboardlayoutname(kpsukb)
DECLARE INTEGER  ;
        ActivateKeyboardLayout IN  ;
        user32.DLL INTEGER,  ;
        INTEGER
IF ATC("409", kpsukb) = 0
     = activatekeyboardlayout(1,  ;
       0)
ENDIF
I am doing with But it is working like a toggle. But i want change my keyboard which i want language. I want eng/arabic key boad(may be any number or sign for each key board.
thanks
Next
Reply
Map
View

Click here to load this message in the networking platform