Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.10.02;
Скачать: CL | DM;

Вниз

Послать Shortcut   Найти похожие ветки 

 
Dude   (2003-07-29 17:57) [0]

Привет!
Как мне послать другному контролу Shortcut (например Ctrl+V - 16470), зная его (окна) handle?
Спасибо!


 
Yanis ©   (2003-07-29 18:04) [1]


SendMessage;


 
Dred2k ©   (2003-07-29 20:31) [2]

1. WM_KEYDOWN [Ctrl+F1]
2. ShortCutToKey [Ctrl+F1]
3. ShortCutToKey(....) + PostMessage(...Handle, WM_KEYDOWN, Key, ...);


 
Dude   (2003-07-29 21:56) [3]

>Yanis
А я думал по почте :)

>Dred2k
ShortCutToKey - я получаю Key и ShiftState. В справке говорят, мол в wParam надо передавать код клавиши. С этим я справлюсь :)
А в lParamHi - информацию из ShiftState. Так я не понял, как её туда (в lParamHi) засунуть?


 
Dred2k ©   (2003-07-29 22:42) [4]

> Dude (29.07.03 21:56)

Второй параметр - битовая маска. Разбирайся.


lKeyData

Value of lParam. Specifies the repeat count, scan code, extended-key flag, context code, previous key-state flag, and transition-state flag, as shown in the following table:

Value Description
0-15 Specifies the repeat count. The value is the number of times the keystroke is repeated as a result of the user holding down the key.
16-23 Specifies the scan code. The value depends on the original equipment manufacturer (OEM).
24 Specifies whether the key is an extended key, such as the right-hand ALT and CTRL keys that appear on an enhanced 101- or 102-key keyboard. The value is 1 if it is an extended key; otherwise, it is 0.
25-28 Reserved; do not use.
29 Specifies the context code. The value is always 0 for a WM_KEYDOWN message.
30 Specifies the previous key state. The value is 1 if the key is down before the message is sent, or it is 0 if the key is up.
31 Specifies the transition state. The value is always 0 for a WM_KEYDOWN message.




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

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

Наверх




Память: 0.47 MB
Время: 0.02 c
9-3693
Nuke
2003-03-20 06:00
2003.10.02
ПРОГРАМЕРЫ СОЕДЕНЯЙТЕСЬ !!!


7-4146
Fider58
2003-07-21 02:07
2003.10.02
TListView и поддержка тем XP(Visual Styles) - ошибка


1-3852
Vorobyev Sergey
2003-09-22 11:25
2003.10.02
Можно ли использовать .exe, а не .dll для экспорта функций?


1-3978
REA
2003-09-19 21:00
2003.10.02
Как использовать колесо?


1-3973
Evg12
2003-09-19 13:02
2003.10.02
Обработка Нажатия Escape