Adding an Icon to the TaskBar Tray

  • Thread starter Thread starter Michael C
  • Start date Start date
M

Michael C

Anyone know of a good article on adding an icon to the notification area of
the TaskBar in C#?

Thanks,
Michael C., MCDBA
 
I believe you are talking about Win app using C#. If you are, just
drag/drop a control called the NotifyIcon and set its Icon, Context Menu
and Text propeties. When you run your win app, the icon will appear in
the system tray.

with regards,


J.V.Ravichandran
- http://www.geocities.com/
jvravichandran
- http://www.411asp.net/func/search?
qry=Ravichandran+J.V.&cob=aspnetpro
- http://www.southasianoutlook.com
- http://www.MSDNAA.Net
- http://www.csharphelp.com
- http://www.poetry.com/Publications/
display.asp?ID=P3966388&BN=999&PN=2
- Or, just search on "J.V.Ravichandran"
at http://www.Google.com
 
fot the easiest way:

Just drag the "NotifyIcon" provided in the ToolBox in the Designer of
Visual Studio on your form. Done !
 
Back
Top