Series: Developing Windows Service on VB.NET
Introduction to Windows Service What is Windows service? Windows Service is an application or a program that can run without needing any user interaction. It is useful in server …
In this part, I’ll show how to create a simple Windows Service project using VB.NET on Microsoft Visual Studio 2005. The example service will generate a message to application …
In this part, I’m going to create an installer project for install my windows service ‘MyService’. The installer wizard helps you to install service easily simply click next, next,.. …
From previous part, you’ve learned to develop a simple windows service on Microsoft Visual Studio 2005 and how to create a setup wizard for install the service. But it …