windows services with notify icon control
-
hi friends,this is naidu. I developed one small windows service project.In that i used notifyicon control for system displaying in system tray, when i install windows service in my system. But i did not get any notify icon when installed my windows service. Bur I got that with windows form applications.But is gives a problem with windows service. Please help me my friends.... regards, naidu.
-
hi friends,this is naidu. I developed one small windows service project.In that i used notifyicon control for system displaying in system tray, when i install windows service in my system. But i did not get any notify icon when installed my windows service. Bur I got that with windows form applications.But is gives a problem with windows service. Please help me my friends.... regards, naidu.
Greetings, Windows service is not meant for user interaction. If you still like to achieve this functionality i suggest creating a Forms Application, then adding windows service controller to control your windows service, and adding notify icon control to that app.
-
Greetings, Windows service is not meant for user interaction. If you still like to achieve this functionality i suggest creating a Forms Application, then adding windows service controller to control your windows service, and adding notify icon control to that app.
Use the following link as sample to create tray application .net. http://www.windowsforms.net/articles/notifyiconapplications.aspx ram