Simple Remoting Example
-
29 June 2009
Framework: 3.5
Windows Application
This project includes a sample client/server console application. The client connects to the server using Remoting and the server sends the contents of a text file.
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.
Drag Drop A File Into TextBox
-
03 March 2009
Framework: 3.5
Windows Application
This project shows how to drag and drop a text file into a TextBox control and open the file for reading.
XML Contact Manager
-
02 March 2009
Framework: 3.5
Windows Application
This project is a simple XML Contact Management application which reads an XML file of contacts. You can navigate through the contacts using navigation buttons or select a contact from a ListView control.
Read An XML File
-
23 February 2009
Framework: 3.5
Web Application
This simple web application demonstrates how to read an XML file.
Tabbed Applications
-
20 February 2009
Framework: 3.5
Windows Application
This project demonstrates how to get a screen shot of all the open applications and display them in a separate window.
AJAX Chat Application
-
08 February 2009
Framework: 3.5
Web Application
This application shows how to develop a simple AJAX chat application. It uses the ScriptManager and UpdatePanel Class to get messages stored in a SQL Server database.
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.
1
2
3
4
5
6
7
8
9
10
11
12