Archives for: "January 2012, 17"
Windows Service Tutorial 1
This tutorial is to build a simple Windows Services. 1. Create a Windows Service Project, File->New->Project 2. Please add these codes into Services1.cs Codeprotected override void OnStart(string[] args){ EventLog.WriteEntry("Example… more »