in the function activatkeyboardlayout
there are codes HKL_NEXT,HKL_PREV
does anybody knows them or they way to get this codes?????
Printable View
in the function activatkeyboardlayout
there are codes HKL_NEXT,HKL_PREV
does anybody knows them or they way to get this codes?????
If you're asking for values of those constants, then here they are:
HKL_PREV = 0
HKL_NEXT = 1
------------------
Serge
Senior Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819
To get the handle that describes the keyboard layout for the specified application, use GetKeyboardLayout API function.
~seaweed