.NET news » Examples Examples Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >
download
C# - Formatting text in a RichTextBox by parsing the Rich Text Format (RTF)
Automatically colour the text/syntax of string submitted to a RichTextBox, by parsing the Rich Text Format
How to write a loading circle animation in .NET?
A new kind of progress bar for .NET 2.0.
17 Jul 2006, 12:33:00   Source: How to write a loading circle animation in .NET?   Tags: GUI Examples
Picture Chat Using C#
A chat program that supports Unicode input and picture transfer.
13 Jul 2006, 14:22:00   Source: Picture Chat Using C#   Tags: Internet Examples
Read/Write App.Config File with .NET 2.0
Learn what .NET 2.0 offers you to read/write App.Config files
10 Jul 2006, 17:18:00   Source: Read/Write App.Config File with .NET 2.0   Tags: Examples XML
Develop Poll Application in ASP.NET 2.0
Many portals collect user opinion by conducting polls. This sample application developed in ASP.NET 2.0 will show how to develop such an application. The administrator can manage poll questions using a web page (PollManager.aspx). The administrator can specify the start and end dates for which the poll remains active. The poll question along with voting options (Yes, No, Don't Know) are displayed to the end user (Default.aspx). The interesting part of the application is the graphical display of the poll results. The code uses System.Drawing classes to render bar graphs. The application uses SQL Server Express database to store the data.
7 Jul 2006, 19:00:00   Source: Develop Poll Application in ASP.NET 2.0   Tags: Examples ASP.NET
Slitherz 2.5 (A C# snake game)
Slitherz is a variation of the snake game. It is a very clean and functional game written in C#.
5 Jul 2006, 10:49:00   Source: Slitherz 2.5 (A C# snake game)   Tags: Examples Multimedia
Bulky Data Is No Problem Thanks to Compression/Decompression in .NET 2.0
If you never need to use compression for your applications, consider yourself lucky. For the rest of us, the good news is that .NET 2.0 has two new classes to handle compression and decompression streams. Find out when, and how, to use these valuable facilities.
20 Jun 2006, 23:08:32   Source: Bulky Data Is No Problem Thanks to...   Tags: Examples
Low-level Windows API hooks from C# to stop unwanted keystrokes
Babies and other animals love nothing better than to have a whack at the keyboard, with all sorts of unpredictable results. This application demonstrates how to trap keystrokes before they can do any damage.
17 Jun 2006, 06:04:00   Source: Low-level Windows API hooks from C# to stop unwanted...   Tags: Examples
Dragging and dropping with ASP.NET 2.0 and Atlas
This tutorial delves into the relationship between declarative and imperative programming in Atlas, and how these can be used to create drag and drop functionality in a web client.
15 Jun 2006, 14:19:00   Source: Dragging and dropping with ASP.NET 2.0 and Atlas   Tags: Ajax Examples
User Impersonation in .Net
This sample shows how to switch between security contexts within the same process. It also demostrates how this can be done on a single or multiple threads.
6 Jun 2006, 12:38:00   Source: User Impersonation in .Net   Tags: Security Examples
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >