WPF Bootcamp Day 3 – Hardware capability

March 28th, 2007 by ryan Leave a reply »

To avoid disappointing users after they’ve gotten as far as running your application on their 1997 300mhz Pentium II, determine their capabilities using the RenderCapability.Tier value before hand and notifying them that they’ll need to joing the 21st century before running your app. 

Henry Hahn has a quick overview and, the always welcome, code samples of using this value to make your application conform to the different tiers.

Don’t forget your bit shifting, cause the Tier is set up to support new Tiers/platforms in future releases.

Advertisement

Leave a Reply