richtig... das ganze kommt bei dir im hauptprogramm an...
ins hauptprogramm packste folgende funktion:
Delphi-Quellcode:
type
TForm1 = class( TForm )
//...
protected
procedure GotKeyMessage( var msg : TMessage ); message WM_KeyLogMessage;
//...
end;
dann kannst du im implementation teil über msg.wParam und .lParam auf die keys zugreifen... was genau zurück kommt weiß ich gerade ad hoc nicht... wenn ichs zufällig finde schreib ich nen edit...
gruß
reli