Click here to Skip to main content
15,891,136 members

Videos


.

()
» »
Updated:
Rating: ()
1. A Pong in Silverlight
A tutorial on how to write a Silverlight game based on the classical Pong game.
pierre poliakoff Updated: 31 Aug 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
2. A viewer of the Unicode character set
Everybody knows the ASCII table, but what about the Unicode table? View it at last with this small program.
pierre poliakoff Updated: 2 Jan 2011
Rating: 3.31/5 ( (8 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
3. What is the C# equivalent of Delphi's TCanvas CopyRect and Draw procedure?
Hello, I had the same problem a few months ago. I have found that Graphics.Drawimage does work correctly to copy parts of an image at another place: exampleGraphics g = Graphics.FromImage(mazeImage);mazeElements.SetResolution(g.DpiX, g.DpiY)g.DrawImage(mazeElements, 32 * x, 32 *...
Programming Languages » C# 3.5 »
pierre poliakoff Updated: 31 Dec 2010
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
4. Bitmap Alpha Layer Editor
This progam allows to add an alpha layer to an existing bitmap.
Multimedia » GDI+ »
pierre poliakoff Updated: 26 Jul 2009
Rating: 4.96/5 ( (14 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
5. Communicating with LEGO NXT via Bluetooth in C#
Shows how to communicate via Bluetooth with a Lego Mindstorms NXT robot using C#
pierre poliakoff Updated: 19 May 2007
Rating: 4.65/5 ( (12 votes))
6. Scratchpad: An Auto Save Notepad
Scratchpad is a very simple Notepad-like editor that performs an automatic save every 5 minutes and when the application is closed.
pierre poliakoff Updated: 27 Mar 2007
Rating: 4.25/5 ( (9 votes))
7. Mini Algebaraic Calculator 1
A very simple mathematical expression parser.
pierre poliakoff Updated: 30 Nov 2006
Rating: 3.62/5 ( (9 votes))