TrayDebug is a simple program designed to interface with
WinLib, and allows you to send debug messages
from your application to a display window. Said window is an always-on-top
type window, which remembers it's position and hides itself in the tray when
you close it (hence the name).
Besides that, it's also a good sample source for how to put a program into
the tray, how to make two windows programs talk to each other, how to make
a window always on top, and how to store information in the registry.
[ Download TrayDebug.zip ]
[ Download WinLib.zip (required to compile) ]
|