chrismitchel 0 Newbie Poster

I have developed a VB.NET application that should interface with a fingerprint reader via USB. the drivers for the reader install a libusb.dll to system32. My problem is, even after installing the reader drivers, i still cant have access to the reader. Am told that i have to make use of the libUSB-win32.dll which enables USB communication. So, does any one know how i can use this libusb in my VB.NET code? thanks