| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Capture Screen (C#) | C# | Intermediate / Jon Davis | 12126 since 10/14/2003 9:00:35 PM |
By 2 Users
|
| |
This is an almost direct C# translation of the VB.NET "Capture Screen" submission by Masoud (M.D) at http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=309&lngWId=10 |
| |
| |
| |
 |
Download a web page to a string or a web binary to a byte array | C# | Beginner / Jon Davis | 6388 since 5/27/2002 3:36:20 AM |
By 4 Users 3 Excellent Ratings
|
| |
Downloads a URI directly into a string or a web binary to a byte array. |
| |
| |
| |
 |
Get Embedded Resource | C# | Intermediate / Jon Davis | 10205 since 4/1/2003 4:27:20 PM |
By 6 Users 5 Excellent Ratings
|
| |
If you want to drop a text file, an XML file, an icon, or a bitmap, or any other file, into your project directory and have it embedded with your solution, this will make it much easier to retrieve these resources. For instance, if you drop a file called ...(description truncated) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Guess A Number game | C# | Beginner / Jon Davis | 4286 since 5/27/2002 3:35:14 AM |
By 3 Users 3 Excellent Ratings
|
| |
This is a simple demonstration of a simple console application written in C#. |
| |
| |
| |
 |
Magic Menu XML Loader | C# | Intermediate / Jon Davis | 7795 since 3/4/2003 11:06:58 PM |
By 6 Users 3 Excellent Ratings
|
| |
This solution extends the free Crownwood Consulting Magic Library for .NET available at http://www.crownwood.net which also has source code. This solution maps an XML document to the Menu control, complete with images and delegate assignments to public me ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Play sound in C# without DirectX | C# | Intermediate / Jon Davis | 14203 since 3/10/2003 3:11:31 AM |
By 16 Users 13 Excellent Ratings
|
| |
Why load DirectX to play a sound when you can just call the Windows library? |
| |
| |
| |
 |
Random String in C# | C# | Intermediate / Jon Davis | 4266 since 3/16/2003 3:43:45 PM |
By 8 Users 3 Excellent Ratings
|
| |
This is the simplest and most straightforward random string generator I could come up with. Have fun. (Please don't use this if you're too lazy to rate it.) |
| |
| |
| |
 |
The Return of the Variant (ver. 6) | C# | Intermediate / Jon Davis | 15064 since 10/11/2004 6:07:52 PM |
By 3 Users 3 Excellent Ratings
|
| |
A Variant structure written in C#, ideal for VB.NET 2005 or C# 2002/2003/2005 developers who miss the old (and, in the eyes of many, ugly) VB6 Variant. A Variant is a type that contains any type of variable and can be worked with "automagically" without h ...(description truncated) |
| |
| |
| |
 |
Web-based Windows Service | C# | Advanced / Jon Davis | 5729 since 3/5/2003 5:50:16 PM |
By 1 Users
|
| |
I wrote this as a proof of concept in turning IIS into a sort of Windows service container. That is, being able to call .NET code frequently and indefinitely, without compiling and installing a real Windows service, rather by utilizing the Application col ...(description truncated) |
| |
| |
| |
 |
XML-RPC Library for .NET | C#, VB.NET, ASP.NET | Intermediate / Jon Davis | 7175 since 2/15/2003 9:12:07 AM |
By 2 Users 2 Excellent Ratings
|
| |
A complete XML-RPC library for client or server utilization. View the readme.htm file for more details. |
| |