Hi there,
I have been experiencing a Stack Overflow error in my WndProc override and not
sure why this is
Basic form below..
TMyForm = class(TForm)
...
Protected
procedure WndProc(var Message: TMessage); override;
...
End;
procedure TMyForm.WndProc(var Message: TMessage);
var
fActive
th this WndProc implementation.
Are you sure you haven't pruned out the offending code in the "// Do Stuff" ?
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On
Behalf Of ja...@software-solutions.co.nz
Sent: Friday, 3 June 2011 11:35
To: delphi@delphi.org.nz
Su