1- To start, you may choose the Windows Service template from the list of
project types in VS.NET.
2- Every Windows Service class must be inherted from
System.ServiceProcess.ServiceBase
3- Also every Windows Service must have an installer class to install it
using the Instalutil.exe that comes with .NET Framework
4- You can find a good tutorial on how to build Windows Services in MSDN
Hope this usefull. If you like you can also email me for help.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.