Thursday, October 20, 2011

Hardware Meter PsuedoCode

Start
Button CPU Clicked
      Show CPU Form
           Query WMI API for information regarding CPU.
           Print this information to labels. CPU name, brand, clock speed, cores, threads etc.
Button GPU Clicked
      Show GPU Form
           Query WMI API for information regarding GPU.
           Print this information to labels. GPU name, brand, clock speed, memory
Button Memory Clicked
      Show Memory Form
           Query WMI API for information regarding Memory.
           Print this information to labels. Memory amount, maybe speeds.
Button Motherboard Clicked
      Show Motherboard Form
           Query WMI API for information regarding Motherboard.
           Print this information to labels. Motherboard name, model, brand etc.
End

No comments:

Post a Comment