Tuesday, December 11, 2007

How to create FileSystemWatcher

How to create FileSystemWatcher

Step 1

To create Flesystemwatcher, go to your Toolbox. Under the component tab, pull the controlbox into your form.

You can also declare this component using the following codes

Dim mwatcher as New System.IO.FilesystemWatcher()

No comments: