Click here to Skip to main content
15,883,623 members

Articles by Robert Rohde (Articles: 7, Tip/Trick: 1)

Articles: 7, Tip/Trick: 1

RSS Feed

Average article rating: 4.84

Desktop Programming
Windows Forms
4 Dec 2004   Updated: 4 Dec 2004   Rating: 4.80/5    Votes: 40   Popularity: 7.42
Licence: CPOL    Views: 189,397     Bookmarked: 74   Downloaded: 1,823
Please Sign up or sign in to vote.
Describes an easy way to change the initial view state of the listview in the Open/SaveFileDialog.
25 Mar 2005   Updated: 20 Nov 2006   Rating: 4.92/5    Votes: 156   Popularity: 10.67
Licence: CPOL    Views: 1,159,888     Bookmarked: 529   Downloaded: 42,021
Please Sign up or sign in to vote.
A reusable component which extends the DataGrid and adds functionality for real time filtering.
16 Apr 2006   Updated: 25 Apr 2006   Rating: 4.82/5    Votes: 25   Popularity: 6.47
Licence: CPOL    Views: 131,042     Bookmarked: 139   Downloaded: 3,074
Please Sign up or sign in to vote.
An Outlook bar like control with generic contents and animation effects.
2 Mar 2006   Updated: 15 May 2006   Rating: 4.81/5    Votes: 54   Popularity: 8.18
Licence: CPOL    Views: 133,164     Bookmarked: 147   Downloaded: 8,274
Please Sign up or sign in to vote.
A component to make Windows Forms controls more dynamic by adding animation capabilities.
15 Jul 2006   Updated: 15 Jul 2006   Rating: 4.80/5    Votes: 18   Popularity: 5.91
Licence: CPOL    Views: 53,123     Bookmarked: 33   Downloaded: 1,012
Please Sign up or sign in to vote.
Shows a way to extend the ColorEditor class to set alpha values on Colors within the Visual Studio editor, by revealing its internals.
13 May 2006   Updated: 20 Nov 2006   Rating: 4.95/5    Votes: 85   Popularity: 9.48
Licence: CPOL    Views: 241,212     Bookmarked: 210   Downloaded: 39,719
Please Sign up or sign in to vote.
An extended picturebox, animated picturebox, and an animated progressbar in one component.
Programming Languages
C#
4 Feb 2004   Updated: 4 Feb 2004   Rating: 4.77/5    Votes: 47   Popularity: 7.84
Licence: Custom    Views: 345,715     Bookmarked: 193   Downloaded: 2,607
Please Sign up or sign in to vote.
A collection of sorting algorithms implementing customizable comparitor and swapper functions

Average blogs rating:

No blogs have been submitted.

Average tips rating: 5.00

9 Feb 2011   Updated: 9 Feb 2011   Rating: 5.00/5    Votes: 14   Popularity: 5.73
Licence: CPOL    Views: 17,150     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
This one should outperform both the other methods for longer strings because of the StringBuilder.string s = "AbCdEfGhI§$%&/()1234567890";var sb = new StringBuilder(s.Length);foreach (char c in s) sb.Append(char.IsUpper(c) ? char.ToLower(c) : char.ToUpper(c));s =...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Web Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.