RSS Feed

Loading Resource Dictionaries from an External DLL
11 May 2008, 06:25:37 PM
I had problems with the way skins were being referenced in Witty. To solve it, I moved the skins into their own project and needed to load them dynamically. To reference the resources, I use the Pack URI scheme. Typical you can load the skin resou ...
Read post

How to fix "cannot locate resource window1.xaml"
05 Feb 2008, 10:25:47 AM
Sometimes when you download WPF demo source code off the net and try to build it, you'll get the error "cannot locate resource window1.xaml".  You can also get this error when converting a VS2005 project to a VS2008 project. Several people ...
Read post

WPF: How to filter ListBox items on the fly
04 Feb 2008, 04:38:39 PM
Here's a simple example that I created to show how to make a ListBox control that has many items more manageable. As you type into the filter TextBox, the ListBox will only show the items that matches the filter.  You can give the sample a try by cl ...
Read post

My WPF Bootcamp Presentation
29 Jan 2008, 05:12:17 PM
Last week, I gave a presentation at the Microsoft's WPF Bootcamp in Redmond. My presentation, titled "WPF in Style", covered styling, templates, and User Experience in WPF. I describe my role as a Creative Developer at Vertigo and how we ...
Read post