PDA

View Full Version : Windows service using C#


warenbe
12th October 2009, 09:32 AM
Hello

is there a way to install a c# console application as a service?
if no, is there a way to start it automatically without putting a shortcut in the "startup" folder?

another question: my software got a thread wich run in an infinite loop, this avoid exiting the application. but when i launch it, the "wait" cursor is always shown... does anybody got a solution to display the wait cursor only during launch of the soft, but not while the thread is running?

thx.
warenbe

warenbe
12th October 2009, 09:37 AM
just found this:

http://www.codeplex.com/managedserviceswm

seems really interesting...