Click here to Skip to main content
15,899,634 members

Articles by intrueder (Tip/Tricks: 4)

Tip/Tricks: 4

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.83

Desktop Programming
Windows Forms
18 Jan 2012   Updated: 24 Jan 2012   Rating: 4.75/5    Votes: 4   Popularity: 2.86
Licence: CPOL    Views: 48,942     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Extension method to make it easy to retrieve all nodes of a TreeView control.
8 Apr 2011   Updated: 8 Apr 2011   Rating: 4.98/5    Votes: 55   Popularity: 8.66
Licence: CPOL    Views: 94,704     Bookmarked: 41   Downloaded: 0
Please Sign up or sign in to vote.
Extension method to make any WinForms control to be draggable at runtime
Programming Languages
C#
8 Mar 2011   Updated: 8 Mar 2011   Rating: 4.60/5    Votes: 5   Popularity: 3.22
Licence: CPOL    Views: 12,790     Bookmarked: 1   Downloaded: 3
Please Sign up or sign in to vote.
You forgot about the non-alphabetic characters in a palindrome.A string like "Madam, in Eden I'm Adam" will produce False in your code, but it is a palindrome!Provide you my version. I also put it in extension method:public static class StringExtension{ public static bool...
6 Apr 2011   Updated: 6 Apr 2011   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 15,900     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
My alternate uses the AddBezier method, and the size of the heart adjusts to the size of the form.private void Form1_Load(object sender, EventArgs e){ using(System.Drawing.Drawing2D.GraphicsPath path = new System.Drawing.Drawing2D.GraphicsPath()) { path.AddBezier(...

Average reference rating:

No reference articles have been posted.

Average project rating:

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