Export Data From Text File To DataGridView
-
16 September 2007
Framework: 2.0
Windows Application
This is a very simple program, which demonstrates how to read a CSV file and load the data into a DataGridView control. Very simple code with comments.
Find Using Regex
-
07 September 2007
Framework: 2.0
Windows Application
This sample program demonstrates how to find and hightlight a word in a text box using the RegularExpressions assembly and the Match Class.
Ping Example
-
05 September 2007
Framework: 2.0
Windows Application
This program demonstrates how to use the Ping Class to ping an IP address.
Oracle XE HR Management Application
-
03 September 2007
Framework: 2.0
Windows Application
This is a sample Oracle XE application, which demonstrates how to use Oracle XE using the ODP.Net. This is a full GUI application with many features such as add, edit view.
Oracle XE Simple Example
-
03 September 2007
Framework: 2.0
Windows Application
This is a very simple console application which demonstrates how to use the ODP.Net.
Simple Data Structure
-
26 August 2007
Framework: 2.0
Windows Application
This sample program demonstrates how to create a very simple data structure.
MS Access PhoneBook
-
15 August 2007
Framework: 2.0
Windows Application
This is a very simple address book program that uses a MS Access database. It is a Console application. Sample MS Access database is included. The code includes some comments.
Oracle XE Query Tool
-
30 July 2007
Framework: 2.0
Windows Application
This is a very simple program which can be used to query an Oracle XE database. Features include Sql query, view Table structure, Table data, view View structure and View data.
Icon Extractor
-
27 July 2007
Framework: 2.0
Windows Application
This is a full application developed to extract icons from files such as .dll, .exe, .cur and more. You can then save the icons in a range of image formats. Lots of comments included.
Custom MessageBox 2
-
24 July 2007
Framework: 2.0
Windows Application
This example source code builds on a previous example of creating a custom MessageBox. New features in this example include different types of buttons and displaying an icon. Also uses different message beep tones for standard MessageBox's and warring MessageBox's.
1
2
3
4
5
6
7
8
9
10
11
12