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:
Post a Comment