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

Вниз

Поставить на HOOK   Найти похожие ветки 

 
SPIRIT ©   (2002-12-25 01:41) [0]

вот код программки я отлавливаю код дополнительных кнопок "Volume Down","Volume UP","Mute" как мне можно эти действия положить на HOOK.

unit Unit1;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;

type
TForm1 = class(TForm)
Label1: TLabel;
Label2: TLabel;
private
{ Private declarations }
public
procedure WMKEYDOWN(var msg: TMessage); message WM_KEYDOWN;
{ Public declarations }
end;

var
Form1: TForm1;
implementation

{$R *.dfm}
procedure TForm1.WMKEYDOWN(var msg: TMessage);
begin
if msg.LParam = 19791873 then
Label1.Caption := "Volume Down";
if msg.LParam = 18874369 then
Label1.Caption := "MUTE";
if msg.LParam = 19922945 then
Label1.Caption := "Volume Up";
end;
end;

end.


 
Song ©   (2002-12-25 08:21) [1]

WH_GETMESSAGE+SetWindowsHookEx()
Пример хука в статье и FAQ.



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

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

Наверх




Память: 0.46 MB
Время: 0.012 c
1-76005
Aleksandr
2003-02-13 10:45
2003.02.24
Не могу сладить с ActionToolBar!


1-76021
helen
2003-02-13 13:43
2003.02.24
QuickReport в Delphi6.


1-75920
SergeN
2003-02-14 12:48
2003.02.24
case of


7-76209
Tolic-F
2002-12-23 08:19
2003.02.24
AT-команды модема


14-76182
Hoper
2003-02-08 03:11
2003.02.24
Bob Marley s birthday