M Michael C Oct 4, 2004 #1 Anyone know of a good article on adding an icon to the notification area of the TaskBar in C#? Thanks, Michael C., MCDBA
Anyone know of a good article on adding an icon to the notification area of the TaskBar in C#? Thanks, Michael C., MCDBA
G Guest Oct 4, 2004 #2 hi check this link out http://www.codeproject.com/csharp/trayiconmenu01.asp regards Ansil
R Ravichandran J.V. Oct 4, 2004 #3 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
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
R Robert Ludig Oct 4, 2004 #4 fot the easiest way: Just drag the "NotifyIcon" provided in the ToolBox in the Designer of Visual Studio on your form. Done !
fot the easiest way: Just drag the "NotifyIcon" provided in the ToolBox in the Designer of Visual Studio on your form. Done !