Software Development Network>> Visual C#>> Windows Services in C# Express Edition
Hi
How can I add a Windows Services in VC# 2005 Express Edition
pls help
You can look at this article at CodeProject
http://www.codeproject.com/dotnet/simplewindowsservice.asp
If you download the source you can use that to start with, you will need to register to be able to download.
You can also have a closer look at the ServiceBase class.
Windows Services in C# Express Edition
krissmith
You can look at this article at CodeProject
http://www.codeproject.com/dotnet/simplewindowsservice.asp
If you download the source you can use that to start with, you will need to register to be able to download.
You can also have a closer look at the ServiceBase class.