.NET news » Examples Examples Rss Feed

download

Falling Blocks game

I assume you have all played the most famous falling blocks game "Tetris" at some point in your life so there’s no reason to explain the game’s rules...
6 Jul 2008, 17:48:00   Source: Falling Blocks game   Tags: Examples

Simple Image Annotation - How to dynamically add rotated text to image

Add outlined text to an image, rotate it, and move it around with the mouse.

Matematico Web Game in ASP.NET using RegEx

This article is about Matematico, a logical game I played when I was 11 years old. I never forgot this game and my teacher who was a very clever woman. Now, my daughter Nina is able to play with me and I create this page for her just for fun. And for you, of course. You can play this game with your children, parents, and friends. IMHO this game is better than bingo, and poker.
2 Jul 2008, 12:52:00   Source: Matematico Web Game in ASP.NET using RegEx   Tags: Examples ASP.NET

Create Column Chart using OWC11

A column chart (simple,stacked and 100% stacked column) representation using Office Web Components
25 Jun 2008, 10:53:00   Source: Create Column Chart using OWC11   Tags: Examples Office Graphics

C# Space Invaders using WinForms objects

Create the famous game using only labels, panels and pictures
17 Jun 2008, 07:54:00   Source: C# Space Invaders using WinForms objects   Tags: Multimedia Examples

Filmstrip control for Windows Forms

An article describing a C# Filmstrip control designed for Windows forms
17 Jun 2008, 06:35:00   Source: Filmstrip control for Windows Forms   Tags: Examples

LanTalk

Yet another chat application, with server running in service mode or GUI mode.
6 Jun 2008, 15:49:00   Source: LanTalk   Tags: Examples Internet

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.
4 Jun 2008, 13:59:00   Source: Standard CustomValidator Textbox   Tags: Examples GUI

Wordmills are coming...

The article describes how a computer-being can be trained to write text articles, poems, compose music, or paint contemporary paintings.
23 May 2008, 08:25:00   Source: Wordmills are coming...   Tags: Examples Other

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