Moin Chris,
funktioniert so mit D5, D6, D7.
Hast Du es auch so eingebunden
Delphi-Quellcode:
type
TForm1 = class(TForm)
private
{ Private-Deklarationen }
protected
procedure WndProc(var msg: TMessage); override;
public
{ Public-Deklarationen }
end;
?