Tiny Java Editor
-
29 December 2009
Framework: 3.5
Windows Application
This application is a light weight java editor that can create/save java files as well as execute them. The application also highlighs lines where an error occured.
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.
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.
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.
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
Memory Usage
-
14 September 2008
Framework: 3.5
Windows Application
This sample console application shows how to get memory details through WMI class.
Simple Delegate Example
-
24 July 2008
Framework: 3.5
Windows Application
This sample project demonstrates how to update a label control from another thread using delegates.
Tray Icon
-
19 June 2008
Framework: 3.5
Windows Application
This simple application demonstrates how to use the NotifyIcon class to put an icon in the system tray.
Simple Interface Example
-
01 May 2008
Framework: 2.0
Windows Application
This sample code demonstrates how to use interfaces.
Thread Example Using Lock
-
01 May 2008
Framework: 2.0
Windows Application
This simple thread example demonstrates how to use locks when using threads.
1
2