.NET news » Examples 
Create Column Chart using OWC11
A column chart (simple,stacked and 100% stacked column) representation using Office Web Components
C# Space Invaders using WinForms objects
Create the famous game using only labels, panels and pictures
Filmstrip control for Windows Forms
An article describing a C# Filmstrip control designed for Windows forms
LanTalk
Yet another chat application, with server running in service mode or GUI mode.
Standard CustomValidator Textbox
The Custom Control eliminates the use of adding validators for each and every textbox added. Just by setting a couple of properties we can make our textbox validate credit card numbers, phone numbers or any other Custom expression. It provides some other built in functionalities.
Wordmills are coming...
The article describes how a computer-being can be trained to write text articles, poems, compose music, or paint contemporary paintings.
Simplifying the WPF TreeView by Using the ViewModel Pattern
This article explores how to use the ViewModel pattern to make it easier to work with the TreeView control in WPF. Along the way, we examine why people often have difficulty with the WPF TreeView, what a ViewModel is, and two demo applications that show how to combine a TreeView with a ViewModel. One of the demos shows how to create a searchable TreeView, the other demonstrates how to implement lazy-loading (a.k.a. load-on-demand).
22 May 2008, 21:22:00 Source: Simplifying the WPF TreeView by Using the ViewModel Pattern
Tags: GUI
Examples
2D Map Editor
This is a somewhat simple application to make and edit 2D maps for your games. It's not full of fancy features, but it does get the job done. You can place tiles from a tile set, and define if they are solid or not, change the size of each tile, and add/remove tile sets. Oh, and of course, it can save and load to your hard disk - it wouldn't be much use if you couldn't save your map.
.NET Building Blocks: Custom User Control Fundamentals
Find out the gritty details required to create, test, use, inherit, install, and distribute .NET User Controls of all types.
15 May 2008, 21:13:52 Source: .NET Building Blocks: Custom User Control Fundamentals
Tags: GUI
Examples
Adding Mouse Gesture Functionality to Your .NET Application Within Seconds
This project allows you to add mouse gesture functionality to your Windows Forms application with just a few lines of code.

