|
-
Mar 31st, 2006, 08:18 AM
#1
Thread Starter
Member
i need help for filesystemwatcher??
i have code but how can i refresh the filesystemwatcher ?? when i execute the button?? .thanks
Last edited by info; Mar 31st, 2006 at 08:34 AM.
-
Mar 31st, 2006, 08:41 AM
#2
Re: i need help for filesystemwatcher??
What do you mean by "refresh"? A FSW will just keep on notifying you of the type of changes that you've specified. If you want it to start or stop notifying you of changes then you need to set the EnableRaisingEvents property. If you want to change what events it handles and/or how those events are handled then you need to set properties like Filter, NotifyFilter and Path. The very properties that you presumably would have set in the designer in the first place.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|