Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.12.23;
Скачать: 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 вся ветка

Текущий архив: 2002.12.23;
Скачать: CL | DM;

Наверх




Память: 0.49 MB
Время: 0.013 c
14-74971
kronprince
2002-12-03 10:26
2002.12.23
Раньше мне эта затея DeMoN-777 казалась глупой :(


3-74576
VanySh
2002-12-02 20:17
2002.12.23
KADao


14-74959
AK-74
2002-12-01 22:54
2002.12.23
Опрос:


1-74842
olookin
2002-12-12 11:05
2002.12.23
Скобки


1-74774
iPasha
2002-12-11 10:13
2002.12.23
Проблема с DateTimePicker