How to detect whether Video Card is installed or not, using VC++? Also how to find the details for Card, like what is the Virtual Ram for Card & etc..
Printable View
How to detect whether Video Card is installed or not, using VC++? Also how to find the details for Card, like what is the Virtual Ram for Card & etc..
I did this in the past by using the card driver dll, they usually have some function that provides that info.
Quote:
Originally Posted by Deniz
But that will be Card Dependant. Each card may need different Dlls. I would like to have some generalise solution.
[ removed duplicate thread ]
Please do not ask the same question in multiple sections of the forum.
Probably the best method would be to use WMI....