Thursday, February 10, 2011

How to remove USB drive using C#

I'm trying to write an application to remove USB Drives, but i can't find a way to do it. There's a .NET class to do this or it's possible using the Win32 API? All advises are welcome, thanks for the help.

  • Heres a link to what your looking for:

    http://www.codeproject.com/KB/system/usbeject.aspx

    Explains how to do it, and come with source code, enjoy!

    Matthew Whited : could you make that a link instead of a code block?
    doc : Thanks for the help =)
    David Menard : no problem, sry for code block lol

0 comments:

Post a Comment