C#.NET windows services
-
I am developing an windows application and i want that when system starts application automatically run. I know that may be done by using windows services but i am unable to do that....... So please help
-
I am developing an windows application and i want that when system starts application automatically run. I know that may be done by using windows services but i am unable to do that....... So please help
Simply see the following article on codeproject http://www.codeproject.com/KB/dotnet/simplewindowsservice.aspx[^]
Regards, Ujjaval Modi :) Manpower moves wrenches, horsepower moves cars, and the power of the mind moves the world.
-
I am developing an windows application and i want that when system starts application automatically run. I know that may be done by using windows services but i am unable to do that....... So please help
as you've got answers concering windwos services: I don't think you want to write a service-app. (services shouldn't use GUIs! - aka forms etc.) - you just want to start the app on starup? - Well put a link into your autostart (startup whatever) - folder in your start-menu!
-
as you've got answers concering windwos services: I don't think you want to write a service-app. (services shouldn't use GUIs! - aka forms etc.) - you just want to start the app on starup? - Well put a link into your autostart (startup whatever) - folder in your start-menu!