ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

8
Date Submitted Mon. Feb. 20th, 2006 7:04 PM
Revision 1
Beginner RRSands
Tags Clipboard | CSharp | NETCF2.0
Comments 0 comments
Prior to NETCF 2.0, this was a royal pain. Now, it's pretty straight-forward.

These three related functions provide basic Clipboard operations for text. While not terribly useful by themselves, they become more useful when attached to a field's context menu or, better yet, implemented in a custom control.
1
Date Submitted Fri. Mar. 20th, 2009 1:41 AM
Revision 1
Scripter mycodeofshailendra
Tags CSharp
Comments 0 comments
Rounding in C#
1
Date Submitted Mon. Mar. 23rd, 2009 6:56 AM
Revision 1
Scripter mycodeofshailendra
Tags CSharp
Comments 0 comments
Method to Ldap User Authetication in C#
5
Date Submitted Tue. Sep. 19th, 2006 5:09 PM
Revision 1
Helper jbplou
Tags . | CSharp
Comments 5 comments
A basic employee class
10
Date Submitted Tue. Sep. 19th, 2006 7:53 PM
Revision 1
Helper jbplou
Tags CSharp | Security | String
Comments 0 comments
Generates an 88 character secure hash string for the passed in strings.
6
Date Submitted Fri. May. 25th, 2007 8:09 PM
Revision 1
Beginner Jax
Tags CSharp | IServiceProvider
Comments 2 comments
A simple implementation of IServiceProvider for use in plugin style architectures.
1
Date Submitted Tue. Mar. 23rd, 2010 9:28 PM
Revision 1
Beginner hubertd
Tags C | CSharp | XML
Comments 0 comments
Quick way to construct XML string.
11
Date Submitted Wed. Sep. 27th, 2006 7:35 PM
Revision 1
Beginner finch
Tags CSharp | Down | Key | Trapping
Comments 1 comments
This code was something I used to monitor the keys that where press while a user would be entering text into a text box in my application. I monitored and watch for the user to hit the "Enter" key and then perform some task. Handy code for chat applications.
-11
Date Submitted Fri. Jul. 14th, 2006 11:11 AM
Revision 1
Helper eriveraa
Tags .Net | CSharp
Comments 1 comments
Example that shows how to populate a winforms combobox with csharp. It uses Data Access blocks (SqlHelper).
14
Date Submitted Fri. Jul. 14th, 2006 11:18 AM
Revision 1
Helper eriveraa
Tags .Net | CSharp
Comments 0 comments
First Example of reading an excel file. Just reading the file and loop throught 10 rows.

I will send the second example soon !!!