When integrating a Tray Icon to your application, it is a good idea to add a Minimize to Tray option as Outlook. This can be done using a simple line that detect form resize, and when the WindowState is Minimized, call the Hide() function on the form, and on the doubleclick event of the tray icon, call...