Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change key board layout
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Change key board layout
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Divers
Thread ID:
01325921
Message ID:
01325921
Vues:
67
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform