delphi executive is not the task bar

Application.MainFormOnTaskbar := False;

TForm1.FormShow Procedure (Sender: TObject);
the begin
  ShowWindow (Application.Handle, SW_HIDE); // not displayed on the taskbar
end;

Hidden by the implementation of program icons above two lines of code.

 

Guess you like

Origin www.cnblogs.com/yangxuming/p/12462473.html