Custom Button
-
13 July 2008
Framework: 3.5
Windows Application
This example code, demonstrates how to develop a custom button in VisualBasic.Net by overriding the OnPaint() method.
ListView Example 1
-
16 October 2007
Framework: 2.0
Windows Application
This program demonstrates how to use the ListView control to add items and subitems and how to get the selected row item.
ToolTip
-
16 October 2007
Framework: 2.0
Windows Application
This sample program shows you how to add a tooltip to a control.
LinkLabel
-
16 October 2007
Framework: 2.0
Windows Application
This program shows you how to use a LinkLabel to open Internet Explorer and navigate to a website.
Simple Web Browser
-
29 September 2007
Framework: 2.0
Windows Application
This is a very simple web browser, that consists of back/forward/refresh/stop/go buttons.
Simple DataGridView
-
19 September 2007
Framework: 2.0
Windows Application
This example demonstrates how to load data into a datagridview control using object arrays to store the column data.