RSS Feed

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