开发者

How to display notification using C#?

开发者 https://www.devze.com 2023-04-07 03:27 出处:网络
I am developing an application to monitor changes to files within a folder (eg.add files, delete files, update files). I\'d like to display information about detected changes in a notification simi开发

I am developing an application to monitor changes to files within a folder (eg.add files, delete files, update files). I'd like to display information about detected changes in a notification simi开发者_如何学Golar to the one displayed by Skype.

Can anyone suggest how this could be implemented?


A broad question calls for a broad answer: take a look at the FileSystemWatcher class to detect files changing.

0

精彩评论

暂无评论...
验证码 换一张
取 消