|
Members
680
Downloads
142
Snippets
101
ASP Downloads
20
|
|
|
| 3 |
Custom MessageBox 2 - C# |
| 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. |
| 4 |
Connect To MSN Messenger Using The MSN Protocol - C# |
| 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 |
Read Image File As bytes - C# |
| This sinppet opens an image for reading as bytes. The bytes are then placed into a memorystream which is used to create a bitmap image of the bytes. The image is then set as the forms background image. |
| 4 |
Get File Path - C# |
| This code snippet gets the filename and path of a selected file using the FileOpenDialog Class. |
|
|