Anybody know how to put an icon in the system tray, then have it
respond to mouse clicks WITHOUT having to set up a calling
dialog first? I've perviewed the "TRAY.BAS" that ships with
PBDLL60, plus I've looked at some source code in the "Source
Code" forum, but they both have calling dialogs. What I want to
do is have the program start at Windows startup with the icon
in the tray WITHOUT a dialog initially appearing, yet still
have the program (via the icon in the system tray) react to
clicks with the mouse buttons, while the mouse pointer is over
the icon in the tray.
respond to mouse clicks WITHOUT having to set up a calling
dialog first? I've perviewed the "TRAY.BAS" that ships with
PBDLL60, plus I've looked at some source code in the "Source
Code" forum, but they both have calling dialogs. What I want to
do is have the program start at Windows startup with the icon
in the tray WITHOUT a dialog initially appearing, yet still
have the program (via the icon in the system tray) react to
clicks with the mouse buttons, while the mouse pointer is over
the icon in the tray.
Comment