Is there an easy event in .Net to detect a cd, dvd (or usb) insertion?

Posted by Johan on Stack Overflow See other posts from Stack Overflow or by Johan
Published on 2009-05-28T10:59:30Z Indexed on 2010/04/15 14:43 UTC
Read the original article Hit count: 176

Filed under:
|

I know you can do it with an WMI event or overriding WndProc and looking for the right messages, but i was wondering if there wasn't something hidden in the net framework that makes this task easyer.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about Windows