How can I determine the chipset of the computer that my program is running on using C#
I need my code to behave differently dependent on the chipset of the computer it is running on. How can I determine this using C#. Specifically Intel 945 vs 965. ...