system notification area

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi there
i want to know how i can put my application to the system notification area?
and when i click its icon a menu appears.
this have to be done with C#.
Thanks for your time
El-Sayed Mohamed
 
alexmaster_2004 said:
hi there
i want to know how i can put my application to the system notification area?
and when i click its icon a menu appears.
this have to be done with C#.
Thanks for your time
El-Sayed Mohamed

Sure. Go to the Toolbox, click on Windows Forms, and select the
NotifyIcon component. Set the Icon and ContextMenu properties and
you are all set.

Matt
 

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