CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nhanus09

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    17,771

    Re: Get USB device by GUID and drive letter

    thanks.. I have sent email to HannesTheGreat...
  2. Re: Access to the path 'D:\System Volume Information' is denied

    //DirectoryInfo info = new DirectoryInfo(@"d:");

    DirectoryInfo info = new DirectoryInfo(@"d:\\");

    the path u have specified is invalid... u forgot the \
    u need to 2 "\" eg: "c:\\" to escape...
  3. Replies
    3
    Views
    17,771

    Get USB device by GUID and drive letter

    Hi all I have a tricky one here..
    I have some code I'm using to interact with USB devices (windows driver kit). I'm targeting "USB MASS Storage" and hopefully "USB Composite Device" basicaly I want...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured