-
Display Devices
Hi
Im looking to generate a list of display devices (i.e. graphics cards), i want the make/model of the card and how much memory it has, also maybe if possible wether its memory is shared with system memory. hmm
Im using .NET and im not having much luck finding anything.
i know of the EnumDisplayDevices API however cant get it too work in .NET
any help appreciated,
Lee
-
Re: Display Devices
DirectX has methods for this. You will be able to gather ANY info about the card.
I haven't got any code though, sorry. The guys in the game forum could probably help you.
-
Re: Display Devices
Used WMI queries in the end :thumb: