Notepad Program Within Apllication
-
27 January 2009
Framework: 3.5
Windows Application
This simple project demonstrates how to host a notepad program within your own application using unmanaged code.
SOAP Serialization
-
26 January 2009
Framework: 3.5
Windows Application
This example demonstrates how to serialize a class and deserialize it using the SoapFormatter Class.
MessageQueue Example
-
26 January 2009
Framework: 3.5
Windows Application
This sample demonstrates how to us the System.Messaging namespace and the MessageQueue Class. The example shows how to send a Product Class to the queue.
POP3 Example 1
-
26 January 2009
Framework: 3.5
Windows Application
This console application demonstrates how to connect to a POP3 server and get the message headers and the total message count.
MySql Admin Application
-
17 January 2009
Framework: 3.5
Windows Application
This application is a MySql interface. You can view table schemas and the data in the table. You can aslo select different databases from a treeview control. There is also a insert functionality. This project is incomplete but the main functionalities are implemented. You can use this project as a simple example.
Google Graphs In Windows Application
-
12 January 2009
Framework: 3.5
Windows Application
This simple project demonstrates how to use the Google graph apis in your Windows Application. This sample includes two Classes (GoogleGraph and PieChart) which are used to construct a pie chart. The graph is simple an image. Using the PieChart Class you can set the data, width and height.
Custom ListBox
-
11 January 2009
Framework: 3.5
Windows Application
This is a simple custom listbox. The xListBox.cs file contains two classes (xListBox and xListBoxItem). The xListBoxItem is used to add items to the xListBox class. The control has its own event handler (ItemClick), which is used to get the selected item from the xListBox control.
Custom Graph Control
-
30 December 2008
Framework: 3.5
Windows Application
BarChart is a basic custom class, which can be used to show simple data in a vertical format. It is developed using panels and overriding the OnPaint() method of the panel. You can choose the color of the bar for the graph and set the graph title.
Tabbed Web Browser
-
29 December 2008
Framework: 3.5
Windows Application
This is a tabbed web browser. You can open multiple tabs to browse web pages using the same search field. There is also a progress bar to show the download progress.
Semi Transparent Panel
-
23 December 2008
Framework: 3.5
Windows Application
This example demonstrates how to develop a custom panel which is semi transparent by overriding CreateParams and the OnPaint method of the Panel control.
1
2
3
4
5
6
7
8
9
10
11
12