I'm looking for a way to monitor when a flashdrive (USB) Is connected to my pc (windows).
My first idea was to use System.IO.DriveInfo.GetDrives inside a Timer, and check for the new drives that appear, but maybe this could be too CPU demanded (I didn't do it yet)
Do you guys know if there's a better way to do this in Visual Basic 10 ?
Regards