I often get questions about whether one should use Windows Forms or WPF in particular circumstances. As a result, I was interested to find this article from David Chappell. Here is my unofficial summary of what David says about when to use WPF:
But please don't take my word for it; read the article, which is located here:
http://windowsclient.net/blogs/featurednews/archive/2007/10/05/introducing-wpf-3-5.aspx
The most relevant sections of the article begin on page 31.
- Charlie