I currently use,
Try
myInstr.IO = IoMgr.Open("USB0::0x05E6::0x2636::4351628::INSTR")
End Try
to open communication with my device. This can only talk to a particular device with a particular serial number. Is it possible to scan for devices from VB.NET so I can select one from a menu.