Image Monitor is a program that captures any image copied to the clipboard and saves it in a directory specified by the user. It's also a demonstration of how to write vb6 programs that display a system tray icon and balloon tooltips.
EDIT:
-Removed the WaitMessage API call because it prevents the program from actively monitoring the clipboard.
-Replaced the number verification procedue with a much simpler check.

