How can I convert these C# lines into VB.net:
Is there a += operator in VB.net?Code:usbDevices = new USBDeviceList(CyConst.DEVICES_CYUSB); usbDevices.DeviceAttached += new EventHandler(usbDevices_DeviceAttached); usbDevices.DeviceRemoved += new EventHandler(usbDevices_DeviceRemoved);




Reply With Quote