Total Projects Downloaded: 338,802
Total Snippets Viewed: 202,349
 
HomeRegisterSubmit SnippetSnippetBank.NetBlazingJobs.Net
 
 
 
 
Site Information
Members
680
Downloads
142
Snippets
101
ASP Downloads
20
Downloads
C# 114
VisualBasic.Net 28
Snippets
C# 71
VisualBasic.Net 30
ASP.NET
C# 17
VisualBasic.Net 3
New Downloads
  Title Language Downloaded
- Simple Remoting Example C# 75
- CSV To TreeView Control C# 1306
- Simple Image Captcha Verification Example (ASP.NET) C# 1439
- CSV To DataGridView Control C# 1718
- Drag Drop A File Into TextBox C# 2626
- XML Contact Manager C# 968
- Contacts Form By Email (ASP.NET) Visual Basic.Net 767
- Read An XML File (ASP.NET) C# 1848
- Tabbed Applications C# 1022
- AJAX Chat Application (ASP.NET) C# 2519
- FolderView Control (ASP.NET) C# 2018
- Web Forms Authentication (ASP.NET) Visual Basic.Net 1424
- Notepad Program Within Apllication C# 1409
- POP3 Example 1 C# 1280
- MessageQueue Example C# 1724
SnippetBank.Net
  Title Language Viewed
- Add Items To ListView Control C# 11
- Send Mail Using SmtpClient C# 541
- Get IP Address C# 645
- Write To Registry C# 207
- Get CPU Type And Speed From Registry C# 287
- How To Get List Of Network SQL Servers Visual Basic.Net 195
- Read Registry Keys C# 273
- BinaryWriter And BinaryReader With TcpClient C# 224
- Save Encrypted Passwords To Database C# 356
- Simple MD5 Example Visual Basic.Net 171
- Simple Read XmlSerializer C# 233
- Simple Write XmlSerializer C# 214
- Custom Button C# 425
- Semi Transparent Panel C# 581
- Encrypt Text Using TripleDESCryptoServiceProvider C# 737
Top Downloads
1 Simple DataGridView Example - C#
This example demonstrates how to load data into the DataGridView control using string array's.
2 A Custom Message Box - C#
This example source code demonstrates how you can develop your own messages box.
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.
5 Send Messages Using The Net Send Command - C#
This sample program demonstrates how to send messages in a network using the Windows Messenger service.
Top Snippets
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.
2 Retrieve the path of a file, using openfiledialog - C#
This snippet uses the openfiledialog class to get a files path. Useful for opening files from a location on the harddrive.
3 Load web image into picturebox - Visual Basic.Net
Function with picturebox and url as argument to display the passed url to image inside a picturebox I got this from freevbcode a while back.
4 Get File Path - C#
This code snippet gets the filename and path of a selected file using the FileOpenDialog Class.
5 Random Number Generator - Visual Basic.Net
Function that reurns a random non-repeating integer