Вниз
Скачать: CL | DM;

Как переключить раскладку клавиатуры в чужом приложении?   Найти похожие ветки 

 
pag77 ©   (2002-10-31 18:12) [0]

я тут в форуме поэтому вопросу поискал, но ничего конкретного не нашел. Может кто-нибудь знает как это делается?


 
rhf ©   (2002-11-01 02:16) [1]

WM_LANGCHANGEQUERY


 
Song ©   (2002-11-01 11:08) [2]

WM_INPUTLANGCHANGE


 
pag77 ©   (2002-11-03 15:02) [3]

ну и че с ними делать?


 
pag77 ©   (2002-11-05 18:54) [4]

ну и че с ними делать? тоесть, с каким параметром посылать?


 
pag77 ©   (2002-11-07 19:21) [5]

а с каким параметром посылать?


 
Song ©   (2002-11-08 10:05) [6]

С параметром номера русской раскладки. В хэлпе всё написано.


 
pag77 ©   (2002-11-08 18:20) [7]

>> Song © (08.11.02 10:05)
а у меня такого в хелпе нет. можно попросить от туда выписку по этой теме, или скинуть весь файл хелпа мне на е-майл?


 
Song ©   (2002-11-08 18:22) [8]

The WM_INPUTLANGCHANGEREQUEST message is posted to the application"s top-level window when the user chooses an input language, either with an input language change hotkey or from the system languages menu. An application can accept the change by passing the message to the DefWindowProc function or reject the change (and prevent it from taking place) by returning immediately.

WM_INPUTLANGCHANGEREQUEST
fSysCharSet = (BOOL) wParam
hkl = (HKL) lParam;


Parameters

wParam

The lowest bit of this parameter is set if the handle of the keyboard layout can be used with the system character set. The other bits are reserved. For example, in the Russian-language version of Windows 95, this parameter has the low bit set for keyboard layout handles for English (US) and Russian, but cleared for other handles.

hkl

Value of lParam. Identifies the keyboard layout to switch to.



Return Values

This message is posted, not sent, to the application, so the return value is ignored. To accept the change, the application should pass the message on to DefWindowProc. To reject the change, the application should return zero without calling DefWindowProc.


 
pag77 ©   (2002-11-08 19:48) [9]

получилось. спасибо.
а как отправить сообщение всем приложениям?


 
pag77 ©   (2002-11-08 20:10) [10]

уже нашел: HWND_BROADCAST
вопросов не имею.


 
С.М.   (2002-11-09 05:09) [11]

И от меня большое спасибо :-) нигде немог найти.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.47 MB
Время: 0.012 c
4-75042
Cosmic
2002-11-09 19:00
2002.12.23
Как поменять скринсейвер?


1-74727
бобёр
2002-12-13 13:25
2002.12.23
Form


3-74602
xenon
2002-12-04 15:46
2002.12.23
Обработка сообщений сервера


3-74623
Nickb hmkgfkuuyhgkl
2002-12-04 04:36
2002.12.23
Как сделать, чтобы в DBgrid при скролинге НЕ перемешался курсор Б


1-74767
Андрей М
2002-12-10 23:55
2002.12.23
Фейс ХР




   Наверх