Simple ShoutBox Application
-
01 July 2008
Framework: 3.5
Web Application
This is a simple shoutbox application developed in C#. It uses an MS Access database to store the messages. All messages are shown in a scrollable div.
Simple Broadcast Example
-
24 June 2008
Framework: 3.5
Windows Application
This example demonstrates how to use the Socket class to develope a simple broadcast application.
Reading File In ASP.Net
-
22 June 2008
Framework: 3.5
Web Application
This simple web application demonstrates how to read a file and display the contents to the browser.
Tray Icon
-
19 June 2008
Framework: 3.5
Windows Application
This simple application demonstrates how to use the NotifyIcon class to put an icon in the system tray.
Simple Scribble Pad
-
16 June 2008
Framework: 3.5
Windows Application
This source code demonstrates how to create a very simple scribble pad.
TCP File Transfer
-
21 May 2008
Framework: 3.5
Windows Application
This sample project is a TCP file transfer example. It uses the TcpClient Class to send the file as a Base64 string over the network.
Custom Button
-
06 May 2008
Framework: 3.5
Windows Application
This example code, demonstrates how to develop a custom button in C# by overriding the OnPaint() method.
Simple Interface Example
-
01 May 2008
Framework: 2.0
Windows Application
This sample code demonstrates how to use interfaces.
1
2
3
4
5
6
7
8
9
10
11
12