RSS Feed

Commands in WPF
31 May 2007, 11:23:26 AM
I gave a short internal presentation @Vertigo last week about Commands in WPF. There's lot of information already on the web about this subject so I won't re-hash it here but instead link to the info instead. Adam Nathan’s sample chapter on Importan ...
Read post

WPF Skinning Xbap
18 May 2007, 02:50:50 PM
Here is an Xbap version of my skinnable clock: http://vertigo.com/downloads/wpfskinning/wpfskinningxbap.xbap ...
Read post

Skinning a WPF Application
17 May 2007, 02:40:47 PM
Yesterday, I wrote about the differences between theming and skinning in WPF. Today, I want to show how I plan to implement skinning a WPF application. The general idea for skinning is to replace the application resource dictionary, which contains ...
Read post

WPF Theming vs Skinning
16 May 2007, 02:34:17 PM
Coming from an ASP.NET background, theming meant the ability to customize the look and feel of a site.  Skinning is the process of applying a particular "skin", a collection of styles including changes to layout to the site.  However, this ...
Read post