Simple Remoting Example 1 - 06 November 2007

Framework: 2.0

Windows Application

This example source code demonstrates how to use Remoting. It comes with a very simple Server and Client program. The Client reads the contents of a text file from the Server.

Reflection Example - 01 November 2007

Framework: 2.0

Windows Application

Reflection allows you to get information about an object in runtime. That information contains data of the class. Such as constructors and methods. This simple example demonstrates how to get all the constructors and methods from the MemoryStream class.

Reflection Example 2 - 01 November 2007

Framework: 2.0

Windows Application

This example demonstrates how to dynamically query any of the standard classes by entering the full path of the Namespace. It displays a list of all the constructors and methods for class.

C# Resource Icon Class - 31 October 2007

Framework: 2.0

Windows Application

This is a resource class file which contains Windows XP and Vista Icons as Base64 string.

TreeView Example 1 - 17 October 2007

Framework: 2.0

Windows Application

This is a simple TreeView example which demonstrates how to add notes and subnodes. It also shows how to get the selected node.

ListView Example 1 - 08 October 2007

Framework: 2.0

Windows Application

This example shows how to add items and subitems to a ListView control. It also shows how to get the selected items and subitems.

CSV To ListView Control - 08 October 2007

Framework: 2.0

Windows Application

This source code demonstrates how to load a ListView control with items and subitems from a CSV file.

Simple HTTP Web Server - 06 October 2007

Framework: 2.0

Windows Application

This is a very simple console based http web server. It is not multi threaded. It uses the TcpClient and TcpListener Class's.

DataGridView With OleDbDataReader - 03 October 2007

Framework: 2.0

Windows Application

This simple program shows you how to populate a DataGridView control using a OleDbDataReader object. It shows how to set up the column headers and determin the data type of a column.

DataGridView With DataTable - 03 October 2007

Framework: 2.0

Windows Application

Very simple example shows how to use the OleDbDataAdapter to fill a DataTable and then use the DataTable to populate a DataGridView control.

1 2 3 4 5 6 7 8 9 10 11 12
Ads by Lake Quincy Media
Ads by Lake Quincy Media