Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sweeping to another language
Message
From
19/06/2002 05:41:30
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
 
 
To
19/06/2002 04:32:59
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00668402
Message ID:
00670050
Views:
22
I use the following code to set Russian/English layout in the forms like userlogin
Declare SHORT GetKeyboardLayoutName IN user32.dll STRING @lpR
lpR=space(10)
=GetKeyboardLayoutName(@lpR)

Declare SHORT ActivateKeyboardLayout IN user32.dll INTEGER HKL , INTEGER flags
If not '419' $lpR
=ActivateKeyboardLayout(1,0)
Endif
String variable lpn has language keyboard code
switch to different languages and look codes
MVP-2006-2011, PHD in Math and Physics ,
host of www.foxclub.ru,
VFP lector at Interface and Microinform companies
Head science researcher of VNIIA Rosatom.
Previous
Reply
Map
View

Click here to load this message in the networking platform