Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change key board layout
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Divers
Thread ID:
01325921
Message ID:
01326077
Vues:
25
Check
  • http://news2news.com/vfp/?example=275&function=432
  • Source of article posted April 27, 1998 Download #9355 and ftp://leafe.com/cb/cbnews/Volume2Issue3.pdf

    >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
    --sb--
  • Précédent
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform