How to implement a simple filewatcher Windows service in C#
Last Updated: 23 Apr 2007
Page Views: 53,235
Rating: 4.17/5
Votes: 20
Popularity: 5.43
Bookmark Count: 91
This article explains the basic techniques and VS.NET project structure for creating and implementing a simple C# FileSystemWatcher Windows Service
How to create a reusable custom Project Template for VS.NET 2005
Last Updated: 24 Apr 2007
Page Views: 20,713
Rating: 4.27/5
Votes: 8
Popularity: 3.85
Bookmark Count: 41
Licence: The Code Project Open License (CPOL)
This article describes the basic procedures for creating a Project Template in VS.NET that can be reused as a custom template for other projects.
How to write an updatable ActiveX control for web page in VB6
Last Updated: 10 Sep 2004
Page Views: 92,432
Rating: 3.81/5
Votes: 18
Popularity: 4.78
Bookmark Count: 31
This article will explain how to write an embeddable ActiveX control to use in a web page, that can be updated and reinstalled from the web page.