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.
Client/Server Example 1
-
01 March 2007
Framework: 2.0
Windows Application
This simple program demonstrates how to create a simple client/server program.
Connect To MSN Messenger Using The MSN Protocol
-
25 February 2007
Framework: 2.0
Windows Application
This sample application demonstrates how to connect to MSN Messenger using the MSN Protocol. It also includes how to generate a Ticket that is used with the ChallengeString. This is a simple authentication example.
1
2
3
4
5
6
7
8
9
10
11
12