Description

Example of an application which places itself into system tray

Installing

Unzip contents of the archive to a separate subdirectory.

Files

resource.h		- resource file header
main.rc			- resource file
main.cpp		- main source
trayicon.h		- CTrayIcon class header
trayicon.cpp		- CTrayIcon class implementation
main.ico		- application icon
check.ico		- first tray icon
cross.ico		- second tray icon
Makefile		- makefile
readme.txt		- this file
trayicon.exe		- executable
lgpl.txt
gpl.txt     - GPL licenses

Building

If mingw32 and all the other tools are installed properly, all you have to do is type make from the command line.

Author

Antti Markus (antti@chemnet.ee)