For a WPF-application i'm programming using c#, i want to check if a specific USB device (in this case it's a Philips GoGear Vibe) is connected to the PC.
Basically I want a function that checks this and returns a bool.
I would also lik to be able to find the drive letter to which this USB device is connected.
I've googled this but none of the answers really satisfies what I need.