Tag Archives: WPF

September 11th, 2008

In this tutorial we take the project from part 1 and add some basic functionality.  The next step is to wire up events so that clicking on a tree view item will create a tab for the item clicked.  This …
read more»

Programming | Comment

September 10th, 2008

This is part one in a series of templates that will take a person through the process of creating a simple WPF application. Part one is going to demonstrate how to use data templates to define the way your data …
read more»

Programming | Comment