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.
Simple MD5 Example
-
12 July 2008
Framework: 3.5
Windows Application
This example shows how to calculate the md5 of a given string.
Serialize Class To XML
-
11 July 2008
Framework: 3.5
Windows Application
This sample application shows how to serialize a class and store the data into an XML file.
Deserialize XML To Class
-
11 July 2008
Framework: 3.5
Windows Application
This sample application shows how to deserialize an XML file into a Class object.
Simple Word Pad
-
01 June 2008
Framework: 3.5
Windows Application
This simple application demonstrates how to use the RichTextBox control to develop a simple word pad.
Get Installed Fonts
-
05 November 2007
Framework: 2.0
Windows Application
This code sample demonstrates how to get a list of all installed fonts.
Vb.Net 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.
TCP Example
-
21 October 2007
Framework: 2.0
Windows Application
This program is a very simple demonstration on how to create a very simple Client, Server application.
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.
1
2