December 2007 - Posts
This article demonstrates how to use the WindowsVistaRenderer and how it was created.
This article discusses the basics of how to create a user interface in WPF that can be "skinned" at runtime. We will examine the support that WPF provides for UI skinning, as well as review how a simple demo application puts those features to use.
How XAML transforms the collaboration between designers and developers in Windows Presentation Foundation.
There was once a time when multiple language support to a windows application used to be a three to six months call, but with the advent of .Net not anymore. Here is a 20 minute crash course for globalization / Localization of a windows application. I think you'll find it as useful as I do.
WPF offers some nice possibilities to display 3D graphics in a ViewPort3D-area. In this article the author explains how to use different kind of lights on a 3D-model: AmbientLight, DirectionalLight, PointLight and Spotlight.