Thread Example Using Lock
-
01 May 2008
Framework: 2.0
Windows Application
This simple thread example demonstrates how to use locks when using threads.
Migrate Date From SQL Server To MySQL
-
30 April 2008
Framework: 2.0
Windows Application
This simple utility demonstrates how to transfer data from a SQL Server database to a MySQL server database. You need to change the server connection settings for both the server class's and build your SQL insert statement.
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.
ASP C# Web MessageBox
-
28 April 2008
Framework: 2.0
Web Application
This sample project demonstrates how to create a message box class in C# to use in web applications. The class uses divs, css and javascript. You can use the MessageBox class to add additional buttons to the message box.
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.
Simple Serializable Example
-
10 April 2008
Framework: 2.0
Windows Application
This project demonstrates how to serialize a class and store the serialized object as binary in a binary file using the IFormater interface.
XML To DataGridView
-
08 April 2008
Framework: 2.0
Windows Application
This simple example demonstrates how to add rows to a DataGridView from an XML file.
Simple XML Example
-
07 April 2008
Framework: 2.0
Windows Application
This example demonstrates how to use the XMLDocument class to read an XML file.
Mail Sender
-
06 March 2008
Framework: 2.0
Windows Application
This program is an email mail list sender. It sends a newsletter to a mailing list.
1
2
3
4
5
6
7
8
9
10
11
12