Export GridView To Word
-
30 November 2009
Framework: 3.5
Web Application
This code project demonstrates how to export a GridView to a Word Document.
Object List Binding Example
-
18 November 2009
Framework: 3.5
Windows Application
This snippet shows how to bind an object to a ListBox control DataSource and DisplayMember.
CSV To TreeView Control
-
30 March 2009
Framework: 3.5
Windows Application
This snippet reads a CSV file and populates a treeview control with the values. It also shows how to get the text for certain nodes.
CSV To DataGridView Control
-
12 March 2009
Framework: 3.5
Windows Application
This sample project shows how to create a simple CSV class which can be used to populate a datagridview control.
FolderView Control
-
06 February 2009
Framework: 3.5
Web Application
This sample project demonstrates how to develop a simple folder browsing control. You can browse folders and files within a selected directory.
Google Graphs In Windows Application
-
12 January 2009
Framework: 3.5
Windows Application
This simple project demonstrates how to use the Google graph apis in your Windows Application. This sample includes two Classes (GoogleGraph and PieChart) which are used to construct a pie chart. The graph is simple an image. Using the PieChart Class you can set the data, width and height.
Custom ListBox
-
11 January 2009
Framework: 3.5
Windows Application
This is a simple custom listbox. The xListBox.cs file contains two classes (xListBox and xListBoxItem). The xListBoxItem is used to add items to the xListBox class. The control has its own event handler (ItemClick), which is used to get the selected item from the xListBox control.
Custom Graph Control
-
30 December 2008
Framework: 3.5
Windows Application
BarChart is a basic custom class, which can be used to show simple data in a vertical format. It is developed using panels and overriding the OnPaint() method of the panel. You can choose the color of the bar for the graph and set the graph title.
Semi Transparent Panel
-
23 December 2008
Framework: 3.5
Windows Application
This example demonstrates how to develop a custom panel which is semi transparent by overriding CreateParams and the OnPaint method of the Panel control.
1
2