File Upload
-
21 September 2009
Framework: 3.5
Web Application
This example file upload demonstrates how to upload a file in an AJAX manager. An IFrame is used to post the file to the server, giving the appearance that the main page is not refreshed.
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.
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.
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.
Custom MessageBox 2
-
24 July 2007
Framework: 2.0
Windows Application
This example source code builds on a previous example of creating a custom MessageBox. New features in this example include different types of buttons and displaying an icon. Also uses different message beep tones for standard MessageBox's and warring MessageBox's.
Display MessageBox Using user32.dll
-
29 June 2007
Framework: 2.0
Windows Application
This code sample demonstrates how to display a messagebox, using the user32.dll in a console application.
A Custom Message Box
-
21 January 2007
Framework: 2.0
Windows Application
This example source code demonstrates how you can develop your own messages box.
Simple WebBrowser
-
02 October 2006
Framework: 2.0
Windows Application
This is a very simple web browser program. Features include, back, forward and refresh buttons. URLs are added to a drop down list for easy access. The code is very simple to understand.