• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Hint Wanted - Develop a GPU-Z-like utility

twmonster

New Member
Joined
Nov 17, 2010
Messages
1 (0.00/day)
hello there,

I have been thinking to develop a GPU-Z-like program to dump the detail video card parameter. Though I have did google and review VC SDK/DDK samples from Microsoft, still no clue. Could you please give me some hint on how to do that?

thanks

Kin
 
best to PM w1zzard.
 
there is no single, simple answer how to do it. you can collect some very basic information from windows or directx. more advanced means you have to talk to the graphics card directly which is in non-standard often non-public protocol.

gpuz can dump its data to xml file, maybe that is sufficient for your project?
 
Back
Top