• Recent Posts

  • Meta

  • Tags

    #ziplib .net getfilename .net no titlebar 7-zip adding a splash screen in visual basic.net adding textbox autocomplete addition adjusttokenprivileges adware application filename application position applications path audio library autocomplete autocomplete combobox avi mpg basic math bass.dll bass sound system beep benchmark data calculator cdrom tray change unix to windows directory exists disable beep on enter doevents excel file exists getinputstate high cpu usage linq mcisendstring no doevents open webpage pinging play mp3 play wave scroll textbox shell stop beep on enter textbox vb ping visual studio windows mci
  • « | Home | »

    Updated: USB using Visual Basic.NET and VB 6.0

    By admin | March 4, 2010

    Click Star to Rate Post
    1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4.5 out of 5)
    Loading ... Loading ...


       
    Bookmark and Share

     


     

    Update: I changed the title and some other things because they might have mislead thinking that this article gives you the in’s and out of USB programming.

    The purpose of this post is simply to let you know of some codes/librairies available to help with usb programming like detecting when a usb device has been added/removed, which the .net based class helps with, ect…

       

    __________________________

       

    Visual Basic 6.0; VB 5.0

    The first library is for Visual Basic 5 and 6.0 and is provided by Intel (Intel is the main inventer of USB as well) and includes various bas/modules for use in your applications. I’ve had this link and files on my vbcodesource.com page for years but now that I found a .net library that can do alittle something with usb devices I figured it would be worth making a post for both of them. BTW, these  VB 6.0 USB modules do Much more than the below .net library.

        

       

    Click here for the Main Intel page with the downloads and tutorial…

       

    Visual Basic.NET Compatible Class Library

    Strolling through some of the latest updates at thecodeproject.com I noticed someone made a USB library using C# for detecing the attachment and detachment of usb devices. He provides the source code, compiled class, and a demo app with the usb library in action. If you simply want the class to make a reference to, then download the source code version. Then under the Bin/Release directory you will see the ‘USBClassLibrary.Dll’ which is what you want to make a reference to.

        

       

    Click here for the main USB Library page…

       

    __________________________

       

    Although I don’t provide any examples or anything, hopefully this will at least give you a nice jump start on getting your USB basics taken care of. Have Fun!

      

                   Jason

     


     

    Topics: Uncategorized | No Comments »

    Comments