Title: How to prevent Windows from minimizing a Formimplementationprocedure TForm1.WMShowWindow(var Msg: TWMShowWindow);begin if not Msg.Show then Msg.Result := 0 else inherited;end;