Mega Code Archive

 
Categories / Delphi / Examples
 

Hide an applications task-bar icon [windows 95-nt 4]

Include the following in your form's OnCreate event code: ShowWindow(Application.Handle, SW_HIDE);