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.
Simple Search Example
-
06 December 2008
Framework: 3.5
Windows Application
This project demonstrates how to develop a simple search algorithm using regex. You can split a search query using a space or a comma, any words in quotes will be treated as phrases. The algorithm class will build an sql query based on the keywords.
AJAX File Upload Example
-
17 November 2008
Framework: 3.5
Web Application
This simple ASP.Net project shows how to develop a simple AJAX file upload script.
Cookie Example
-
09 November 2008
Framework: 3.5
Web Application
This project demonstrates how to create and read cookies using the HttpCookie class.
Password Reminder
-
03 November 2008
Framework: 3.5
Web Application
This ASP.Net project demonstrates how to develop a password reminder feature for your website. A new password is generated and replaces the old password.
TCP Client Server
-
02 November 2008
Framework: 3.5
Windows Application
This project is a simple Clinet/Server console application. It shows hows to get connected to a server and echo back messages.
Form With Shadow
-
30 September 2008
Framework: 3.5
Windows Application
This project shows how to add a shadow to a Windows form by overriding CreateParams
AJAX Simple Tab Control
-
25 September 2008
Framework: 3.5
Web Application
This ASP.net project demonstrates how to develop your own custom AJAX Tab control. The control allows you to add tabs and apply CSS styles to the tabs and the content area.
Insert Image Into DataGridView Column
-
25 September 2008
Framework: 3.5
Windows Application
This very simple project shows how to insert images into a DataGridView column using the DataGridViewImageColumn() class and the CellFormatting event.
1
2
3
4
5
6
7
8
9
10
11
12