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

Вниз

SetWindowsHookEx   Найти похожие ветки 

 
delphimun   (2003-06-18 09:22) [0]

Хочу наконец разобраться с Hookами и в ф-ии SetWindowsHookEx мне непонятны назначение последних двух параметров, вот что я там настряпал, но не работает:
unit Unit1;

interface

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

type
TForm1 = class(TForm)
Button1: TButton;

procedure Button1Click(Sender: TObject);
function MyProc(code: integer; wParam: integer; lParam: Longint): Longint; stdcall;
private
{ Private declarations }
public
{ Public declarations }
end;

var
Form1: TForm1;

implementation

{$R *.dfm}

procedure TForm1.Button1Click(Sender: TObject);
var
h: hhook;
begin
h:=SetWindowsHookEx(wm_keydown,@myproc,0,GetCurrentThreadID);
end;
function MyProc(code: integer; wParam: integer; lParam: Longint): Longint; stdcall;
begin
showmessage("Key is downed!");
end;
end.
Хочу, чтобы если пользователь нажал клавишу вылезло собщение, как мне реализовать это?


 
Palladin ©   (2003-06-18 11:03) [1]

советую почитать
http://www.delphimaster.ru/articles/hooks/index.html



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

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

Наверх




Память: 0.46 MB
Время: 0.02 c
1-97586
Reanimator
2003-06-18 22:20
2003.06.30
Или глюк с TShellTreeView или я чегото не понимаю.


3-97515
AkaSaint
2003-06-02 00:28
2003.06.30
Странное с ClientDataSet


14-97881
Sergey13
2003-06-11 08:58
2003.06.30
Завтра отпуск. Чего бы еще сделать?


3-97490
McSimm2
2003-06-05 09:42
2003.06.30
Индексирование полей на ORACLE


14-97818
Paul McCartney
2003-06-11 16:29
2003.06.30
Моя правда