Visual FoxPro
Windows Live
Windows Vista
VS Express Editions
Windows Forms
Visual C#
VS Team System
Microsoft ISV
Visual J#
Visual Basic
Visual Studio
Game Technologies
.NET Development
Architecture
SQL Server
Software Development Network>> Visual FoxPro>> change language of typing
change language of typing
Hot Topic
Help in VFP 6 Application...
Foxpro Report
Find Object by caption
Clearing a cursor
define window
VFP9 Reports
An icon instead a 'Memo' in grids.
Use ADIR to get specific files from a folder
GRID REFRESH
Enhancement Request: Ability to pass cursors as parameters
Visual FoxPro
urlhstry.dbf
How to print a label?
migrating VFP app to .net (architecture question)
Additional fields in table exported to txt
Changing screen resolution with FoxPro
FoxPro 9 Multiple Detail Band Issue
SELECT wrkArea statement
VFP: Many Coding Questions; Striving to be Appropriate within the Forum
empty field
Copying a file to EXCEL from FoxPro.
change language of typing
Hi All,
How can I change the language of typing from the program (which API function is
called and how) instead of changing the language directly from taskbar with
mouse
Thx for your advise.
Sandor Torok
Hungary
Answer this question
change language of typing
matley
#define KLF_ACTIVATE 0x00000001
declare integer LoadKeyboardLayout in win32api string, integer
nHKL = LoadKeyboardLayout("0000040e", KLF_ACTIVATE) && Hungarian
* nHKL = LoadKeyboardLayout("00000809", KLF_ACTIVATE) && English (United Kingdom)
http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/loadkeyboardlayout.asp
(sorry about the link, the forum won't let me add a proper one, it doesn't like Firefox)
change language of typing
Answer this question
change language of typing
matley
declare integer LoadKeyboardLayout in win32api string, integer
nHKL = LoadKeyboardLayout("0000040e", KLF_ACTIVATE) && Hungarian
* nHKL = LoadKeyboardLayout("00000809", KLF_ACTIVATE) && English (United Kingdom)
http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/loadkeyboardlayout.asp
(sorry about the link, the forum won't let me add a proper one, it doesn't like Firefox)