.NET news » GUI 
70-297: MCSE Guide to Designing a Microsoft Windows Server 2003 Active Directory and Network Infrastructure
Author: Jay Adamson
Average rating: (1 reviews)
More .NET GUI books
WPF Master Pages
One of the really great enhancements in ASP.NET was the introduction of master pages. They help developers to create a consistent layout for the pages in an application. Unfortunatly there is no such concept in WPF. But there is an easy way to build a control similar to an ASP.NET master page.
Visual Studio 2008 TabStrip
I have replicated Visual Studio's vertical TabStrip control from the ground up. This lightweight control doesn't have containers which you can dump controls onto, as I have created the control to be used with forms instead of containers. Enjoy this 173 code liner.
A custom CheckedListBox with Datasource implementation ( bindable )
In this article you will see how to bind a CheckedListBox to the data source and how to get/set a list of id's for the checked items.
16 Jan 2008, 23:52:00 Source: A custom CheckedListBox with Datasource implementation (...
Tags: Components
GUI
CheckBox ComboBox Extending the ComboBox Class and Its Items
An article on a CheckBox ComboBox control which extends the ComboBox.Items.
29 Oct 2007, 14:39:00 Source: CheckBox ComboBox Extending the ComboBox Class and Its Items
Tags: Components
GUI
Code-free User-Interface Design with Expression Blend
Microsoft Expression Blend is a new full-featured design tool for creating highly-interactive and sophisticated Windows application user interfaces using Windows Presentation Foundation (WPF). With Expression Blend, a designer can design and create the UI of an application without worrying about the logic of the application. Once the UI is completed, it can be passed to the developer who will in turn code the business logic of the application.
WindowsVistaRenderer: A new button generation
ToolStripRenderer that renders Vista like buttons.
How to harness the power of XHTML and XForms in your .NET applications
XForms is an important recommendation from the W3C that enables complex XML-handling applications to be defined in a simple, declarative syntax. This article demonstrates how you can leverage this power in your own applications.
A Simple Label-like Control with Border Effect
An article presenting a control capable of adding a border-like effect to any desired text
Aqua Gauge
A Gauge control developed using GDI+ with Aqua Skin.
Pickers Library: For Creating Pickers in .NET
A library for creating pickers: controls that display rich drop-down UIs

