After much feedback from our users, the Animated TrayIcon VCL has added / updated the following features: - Automatic minimizing of an application to the system tray (instead of the TaskBar) by using the Options property, toMinimizeToTray. Note that the TrayIcon now takes control of the Application.OnMinimize and Application.OnRestore events to make this work correctly, and supplies the OnAppMinimize and OnAppRestore events to allow developers to still intercept these application events. - Robust solutions to hiding your application on Initial startup. - Improved HideApplication and ShowApplication methods. These methods now hide your application entirely from view (even the TaskBar) and restore it to view exactly as it was before it was hidden. - Added OnMouseEnter and OnMouseExit events. - Automatic "uncluttering" of the Windows 95 / NT TaskBar in Delphi 1.0 by hiding of all non MainForm TaskBar icons. This feature is controlled by the toUnclutterDelphi1TaskBar Option of the Options property. - Fixed a 16bit Windows NT 4.0 bug that stopped the TrayIcon from displaying itself in the system tray. - Exposed the following properties: Handle, Form, ClickedMouseButton.