Nathan,
Did you ever figure how to put an icon in the system tray, using
a MODELESS DIALOG, *without* the DIALOG flashing on the Desktop
or the Taskbar before it was hidden? That's something I have
yet to figure out. In a reply to one of my prior postings,
Mr. Semen Matusovski assured me that it is possible to put an
icon in the Taskbar Notification Area, and have it respond to
mouse clicks with popup menu's, without even needing a parent
dialog. I have not been able to figure out how to do this.
As far as I can determine, a CALLBACK FUNCTION is needed to
accept/respond to the windows messages that is sent to the
app. And, I don't believe you can have a Callback Function
without a parent dialog/window.
Anybody have any ideas on this matter? If you do, I shouldn't
need example code to be posted - it should be sufficient to
tell me the steps necessary.
Thanks in advance!
------------------
Clay C. Clear
http://www.v3space.com/a/a39/202/
[email protected]
[email protected]
Did you ever figure how to put an icon in the system tray, using
a MODELESS DIALOG, *without* the DIALOG flashing on the Desktop
or the Taskbar before it was hidden? That's something I have
yet to figure out. In a reply to one of my prior postings,
Mr. Semen Matusovski assured me that it is possible to put an
icon in the Taskbar Notification Area, and have it respond to
mouse clicks with popup menu's, without even needing a parent
dialog. I have not been able to figure out how to do this.
As far as I can determine, a CALLBACK FUNCTION is needed to
accept/respond to the windows messages that is sent to the
app. And, I don't believe you can have a Callback Function
without a parent dialog/window.
Anybody have any ideas on this matter? If you do, I shouldn't
need example code to be posted - it should be sufficient to
tell me the steps necessary.

Thanks in advance!

------------------
Clay C. Clear
http://www.v3space.com/a/a39/202/
[email protected]
[email protected]
Comment