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.
Drag And Drop Example 1
-
30 April 2008
Framework: 2.0
Windows Application
This example demonstrates how to drag and drop a control on a form.
Control Arrays
-
30 April 2008
Framework: 2.0
Windows Application
This sample code demonstrates how to use control arrays which allow you to create controls at runtime.
DataGridView With ComboBox Example 1
-
11 April 2008
Framework: 2.0
Windows Application
This is a very simple datagridview example which demonstrates how to add a combobox to datagridview. All data is stored in an array so no database is required.
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.
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.
1
2