Simple Media Player
-
18 July 2007
Framework: 2.0
Windows Application
This sample program is a very simple media player. It uses a progress bar to show its progress. You can play/pause/stop the music. You can browse for the music using the open dialog box.
Print Preview Dialog Example 1
-
05 July 2007
Framework: 2.0
Windows Application
This example demonstrates how to use the print preview dialog control. This is a very basic example, with limited use of code.
Print Preview Dialog Example 2
-
05 July 2007
Framework: 2.0
Windows Application
This example demonstrates how to display text from a text file into a print preview dialog. The StreamReader Class is used to read the text file. You can then preview the data in the print preview dialog.
Print Preview Dialog Example 3
-
05 July 2007
Framework: 2.0
Windows Application
This example demonstrates how to load an image into a print preview dialog, using the Image Class and the DrawImage method.
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.
Text To Speech
-
05 April 2007
Framework: 2.0
Windows Application
This sample program demonstrates how to use the Microsoft Speech Object Library component.
ASCII Encoding in C#
-
13 March 2007
Framework: 1.1
Windows Application
Takes a string as input and converts it into ASCII format
Network Time Server
-
04 March 2007
Framework: 2.0
Windows Application
This example demonstrates how to connect to a Network Time Server and get the time. You can use this example to synchronize your applications.
MD5 Example
-
04 March 2007
Framework: 2.0
Windows Application
This example demonstrates how to use the MD5 Class to encode a string into a Hash value.
1
2
3
4
5
6
7
8
9
10
11
12