http://www.vb-helper.com/HowTo/trayicon.zip

	Purpose
Display a form's icon in the system tray.

	Method
Set ShowInTaskBar to make the form's icon not appear in the task bar.
Use tray functions to display the form's icon in the system tray. Display a
popup menu when the user right clicks on the icon.

The book Custom Controls Library includes a control that manipulates the system
tray and another that animates a system tray icon. For more information go to
www.vb-helper.com/ccl.htm.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does not error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
