Title: Hiding your application
Question:
Answer:
If you want to prevent your application from appearing on the task bar, not
just hide the form, use this command:
ShowWindow (Application.handle, SW_HIDE);
This command is particularly useful for programs that are activated through
a tray icon.