Help needed for Displaying Notification Icon
-
Hi all, I am creating Windows service using C#.net. I wish to put an notification icon in the system tray and need to show some text in the Ballon in the notification icon. Can any one suggest me how to put it???? else give show me some examples to do it. Thanks in advance
Know is Drop, Unknown is Ocean
-
Hi all, I am creating Windows service using C#.net. I wish to put an notification icon in the system tray and need to show some text in the Ballon in the notification icon. Can any one suggest me how to put it???? else give show me some examples to do it. Thanks in advance
Know is Drop, Unknown is Ocean
hello! first, you need two applications: - one is your service with the main functions and libraries and - second is an tray application which communicates with your service for example anti virus programs run services (the main anti virus program) and you can control the behavior of the functions provided by the service over an desktop application - for example in the tray
solidIT.de - under construction Components for Microsoft .Net audittrail, objectcomparer, deepcopy and much more ...
-
hello! first, you need two applications: - one is your service with the main functions and libraries and - second is an tray application which communicates with your service for example anti virus programs run services (the main anti virus program) and you can control the behavior of the functions provided by the service over an desktop application - for example in the tray
solidIT.de - under construction Components for Microsoft .Net audittrail, objectcomparer, deepcopy and much more ...
Hi, Is it a service, or a normal application you are creating? Also, with Visual Studio 2005, there are controls that make adding notification icons really simple! Regards, Cormac Redmond
-
Hi all, I am creating Windows service using C#.net. I wish to put an notification icon in the system tray and need to show some text in the Ballon in the notification icon. Can any one suggest me how to put it???? else give show me some examples to do it. Thanks in advance
Know is Drop, Unknown is Ocean
-
Hi, Is it a service, or a normal application you are creating? Also, with Visual Studio 2005, there are controls that make adding notification icons really simple! Regards, Cormac Redmond
Hi, Thanks all for your kind guidance. I am creating an Windows service in c#.Net 2005. Thanks once again
Know is Drop, Unknown is Ocean