How can I detect if a device has been plugged in? I only find detecting removable drives in my searches.
The device i'm specifically trying is an omnikey 5x21 smart card reader.
I need to detect the device being plugged in so I can re-initialize the reader, which only happens on form load, and once the device is plugged out it's no longer usable unless you restart the program.
I'm really new to this thing and I only got the reader working based on some sample code, i'm not sure if there's a smart card function that can help me.