Delphi

Hiding your application from the Windows Taskbar.

Author: Embarcadero USA Question: How do I hide my application from the Windows Taskbar? Answer: It is possible to have your application running without an icon appearing in the task bar. Here’s how to do this: In Delphi go to the menu option Project -> View Source. Add the Windows unit to the uses clause. Add Application.ShowMainForm := False; to the line…
Read more