L
Lloyd Sheen
Is there an event that I can subscribe to, to get notified when a removable
drive is added or removed?
Thanks
LS
drive is added or removed?
Thanks
LS
Is there an event that I can subscribe to, to get notified when a
removable drive is added or removed?
Gregory A. Beamer said:Assume all removables are USB today.
Start here:
http://www.codeproject.com/KB/system/DriveDetector.aspx
This is a wrapper project for the Windows libraries that work with these
drives.
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************
Gregory A. Beamer said:Assume all removables are USB today.
Start here:
http://www.codeproject.com/KB/system/DriveDetector.aspx
This is a wrapper project for the Windows libraries that work with these
drives.
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************
Lloyd Sheen said:Thanks for the guidance. Guess I should have said I was using WPF.