About a month ago I started a four part series on how to implement various features of the Windows 7 taskbar which are features that have seemly been forgotten. This...
A new version of the Extended WPF Toolkit has just released. In this release there are three new controls and updates have been to two existing controls. ...
Last week I wrote a blog post showing how you can write inline code in XAML. When that blog post was published, @ElegantCode tweeted the post on Twitter. Rob Relyea...
Sometimes when a technology has been out awhile, some features are forgotten about. With the release of WPF 4 came libraries that allow you, as the developer, to do...
A couple of days ago I was spreading the WPF goodness and was talking about how MVVM (Model-View-ViewModel) helps promote separation of concerns by removing the need for...
So about a week ago I wrote a post showing how to Copy a WPF UIElement as an Image to the Clipboard. In reply to that post Rob Relyea made a comment regarding...
This is a question to all the WPF developers out there. Have you ever wanted to take a snapshot of a UIElement in your WPF application, such as a control or a...
If you are not familiar with the Extended WPF Toolkit by now, shame on you. Like most open source projects, the Extended WPF Toolkit is driven by the community...
If you are using the Extended WPF Toolkit you have probably noticed the ColorPicker control. If you are not familiar with the Color Picker control, it is simply a...
A new version of the Extended WPF Toolkit is now available with three great new controls. I have been hard at work fixing bugs, adding functionality and creating...