Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change key board layout
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01325921
Message ID:
01326077
Views:
24
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--
  • Previous
    Reply
    Map
    View

    Click here to load this message in the networking platform