Title: Message
|
Close;
// Immediately close a form.
PostMessage(Handle, WM_CLOSE, 0, 0); // Close a form when its
ready.
Stacey
How do I Auto-Kill a Modal Form ?
I have a Form that I ShowModal
OnActivate or OnShow I do a load of
processing (updating a ProgressBar).
Then I want the Form to automatically
Close...
How do I get it to Close - I have tried
setting ModalResult - but it seems to just get ignored.
If I set ModalResult in a Control the user
activates it works - but I need it to automatically Close.
Regards Paul McKenzie Analyst
Programmer SMSS Ltd.
|
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi