Ist auch bei der fertig Compilierten EXE so
Die Auswertung ist einfach.
Die Komponente (siehe Quelltext oben) befeuert ein Ereignis:
Delphi-Quellcode:
procedure TForm1.KeyboardHook1Callback(code, wparam, lparam: Integer);
begin
memo1.lines.add(inttostr(lparam));
end;
Und dieses Ereignis kommt bei
BDS 2006 doppelt.
Also:
Zitat:
1966081
1966081
-1071775743
-1071775743
statt
Zitat:
1966081
-1071775743