Welcome to WindowsClient.net | My Blog | Sign in | Join

Articles

Sponsors





  • advertise here

December 2007 - Posts

WindowsVistaRenderer: A New Button Generation

This article demonstrates how to use the WindowsVistaRenderer and how it was created.

Posted: Dec 18 2007, 10:58 PM by jaytayl
Filed under:
Creating a Skinned User Interface in WPF

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.

Posted: Dec 11 2007, 10:47 PM by jaytayl
Filed under:
The New Iteration
How XAML transforms the collaboration between designers and developers in Windows Presentation Foundation.
Posted: Dec 07 2007, 02:02 PM by ttriguero
Filed under:
Globalization of Windows Application in 20 Minutes using C#
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 lights in 3D graphics
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.