Posted on: 9/9/2008 5:00:00 PM | Views : 1036

Windows services are background processes that usually have no direct interaction with the user interface. This article explains how to create a windows service with an example that monitors the file system for changes using a FileSystemWatcher object.

...

Go to the complete details ...