CD/DVD insert/remove noification using hooks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

Is it possible to get notified on CD/DVD insert/remove notifications using
FileSystem hooks?
Is there any better way to get these notifications?

Thanks in advance,
Bijesh
 
Hi,

Bijesh said:
Hi All,

Is it possible to get notified on CD/DVD insert/remove notifications using
FileSystem hooks?

You cannot use something like FileSystemWatcher , but you can use WMI to get
this notification , my crappy proxy server is down so I'm without web access
but I do remember seen code for this in this NG , look into the archives.
 
Back
Top