I am writing a C# application that detects USB drives as they are plugged in. I want to do different automated operations on the drive depending on which USB drive I plug in (ie if it is a new drive or one that has been previously plugged in). The easiest way to achieve this would be to read the hareware ID off the USB drive. Unfortuneately I do not no how to do this in C#. Does anyone have any ideas on how I could achieve this or if there is a C# class that returns this type of info? Regards SpaceMonkey
S
SpaceMonkey1966
@SpaceMonkey1966