.NET: Receive disk / media notifications from Windows Shell
admin | July 17, 2007ShellMediaChangeNotifier: Provide means of receiving drive addition and removal notifications triggered by Windows Shell (a.k.a: Explorer). This is a not a FileSystemWatcher clone, which raises events on changes made to specific files or directories.
ShellMediaChangeNotifier class is C++/CLI (why waste time with P/Invoke); while the provided demo is in C#.
Download: ShellMediaChangeNotifier and Demo Application
How-to use:
Read the rest of this entry »





