notify icon with a service...

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Is it possible to have a notification icon with a windows service? I just
want to show the status of the service on the system tray thanks
 
Brian Henry said:
Is it possible to have a notification icon with a windows service? I just
want to show the status of the service on the system tray thanks

Write a 2nd application of type Windows Forms application that gets the
status of the service and displays the appropriate icon.
 
thanks

Herfried K. Wagner said:
Write a 2nd application of type Windows Forms application that gets the
status of the service and displays the appropriate icon.
 

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