G
Guest
I have an interesting problem with my Notify Icon. I cannot get it to
display when I start a web service. I have no problems when I test the
software on a Windows program. But the Icon will not display for the service.
My service utilizes an Asynchronous Callback to load a queue. There is
other background processing based on time (different thread). I have heard
that the Notify Icon may have issues when the thread that instanctiates it
goes away (I can't find any evidence either supporting or denying this).
I have attempted to instantiate the notify icon in the Startup Event as well
as the Asynchronous Callback thread with no success.
Any help with this will be greatly appreciated.
Rob
display when I start a web service. I have no problems when I test the
software on a Windows program. But the Icon will not display for the service.
My service utilizes an Asynchronous Callback to load a queue. There is
other background processing based on time (different thread). I have heard
that the Notify Icon may have issues when the thread that instanctiates it
goes away (I can't find any evidence either supporting or denying this).
I have attempted to instantiate the notify icon in the Startup Event as well
as the Asynchronous Callback thread with no success.
Any help with this will be greatly appreciated.
Rob