Главная страница
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.014 c
3-3778
aldapooh
2003-09-11 15:09
2003.10.02
Сортировка Column в DBGrid


7-4148
olookin
2003-07-19 20:05
2003.10.02
GetPrinter - получение имени порта принтера


3-3764
Raven
2003-09-11 15:12
2003.10.02
Подскажите с OraQuery


3-3709
Фагот
2003-09-14 12:07
2003.10.02
Транзакции


1-3909
SergeyM
2003-09-20 21:16
2003.10.02
Оператор if