Archive for August, 2009

How To Create a Tray Icon Controlled Application in Delphi

Problem: We want to create a System Tray Icon featured application that doesn’t shut down when the user closes the main window. Instead, the form simply hides and is reactivated when the user clicks the associated tray icon. Solution: Tested in Delphi 2009. 1. Hide the main form. Since closing the main form automatically terminates […]