PC card detection
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I'm having a problem with a program that needs to figure out which (if any) of the PC card slots in a laptop a particular card is in. I guess I either need to interigate the CIS tuples in some way, or (probably "safer") ask the WinAPI for the list of devices it can see, but can anyone point me in the direction of the correct calls to make please? I'm writing in VB6 under NT4/2000 if that makes any difference. Thanks.