Hello John, I don't think you may call Close in the OnActivate method. But you can call Release (it will destroy the form as well). You can also post a WM_CLOSE message to it's windows handle (will close but not destroy).
--- Rgds, Wilfried http://www.mestdagh.biz _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

