Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sweeping to another language
Message
From
14/06/2002 04:50:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
14/06/2002 04:09:19
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00668402
Message ID:
00668407
Views:
22
>Hi All,
>To move the input from language to another language on windows you click Alt+Shift, like moving from english-to-arabic or arabic-to-english. is there a way to handle that by code. I try to find the "on key" value for alt+shift i cann't find.
>
>
>Regards
#define HKL_PREV 0
#define HKL_NEXT 1
declare integer ActivateKeyboardLayout in win32API ;
 integer hkl, integer Flags
ActivateKeyboardLayout(HKL_NEXT,0)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform