DanielCBaxter
Programmer
I haven't been able to find anything on this, so I guess its not a popular issue, but I'm hoping someone has run into this before:
I'm trying to detect the insertion of a Flash Memory Card into a card reader. I can use the SysInfo Control in VB to detect the connection of the drive (which triggers a DeviceArrival event), however I need to detect the insertion of a card into the reader (which triggers none of the SysInfo events). Interesting piece of information: Insertion of a CD-Rom in a CD-Drive does trigger the DeviceArrivalEvent.
WindowsXP knows when a card is inserted into the device (it brings up a dialog), so I know the device is alerting the OS of a state change, just not how to subscribe to it myself.
Any help on this would be greatly appreciated, it doesn't really matter what language a solution comes in.
I'm trying to detect the insertion of a Flash Memory Card into a card reader. I can use the SysInfo Control in VB to detect the connection of the drive (which triggers a DeviceArrival event), however I need to detect the insertion of a card into the reader (which triggers none of the SysInfo events). Interesting piece of information: Insertion of a CD-Rom in a CD-Drive does trigger the DeviceArrivalEvent.
WindowsXP knows when a card is inserted into the device (it brings up a dialog), so I know the device is alerting the OS of a state change, just not how to subscribe to it myself.
Any help on this would be greatly appreciated, it doesn't really matter what language a solution comes in.