System tray notifyicon

  • Thread starter Thread starter Amongin Ewinyu
  • Start date Start date
A

Amongin Ewinyu

Hi,

1. is it possible to use the notifyicon control from a component as opposed
to a form?
2. is it possible to use a Windows service to control how and when the
notify icon will be displayed in the system tray and have it stay there
permanently without doing this from a form?

any help will be appreciated.

amongin
 
Amongin Ewinyu said:
1. is it possible to use the notifyicon control from a component as
opposed to a form?

Yes, you can use it on other components.
2. is it possible to use a Windows service to control how and when the
notify icon will be displayed in the system tray and have it stay there
permanently without doing this from a form?

I suggest not to add a user interface to a service. Instead, write a
service controller application which communicates with the server but runs
under the user account.
 
Hi
I think you can implement your own ApplicationContext and use
notifyicon in it

Regards,
A.hadi
 

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

Similar Threads

System Tray Application 4
Closing a notifyicon application 2
how to tell if notifyicon hooked ok 4
Tray Icon 1
NotifyIcon question? 2
NotifyIcon 4
Custom Balloon Tip? 0
NotifyIcon 2

Back
Top