Notify Icon with Windows Service

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top