Click here to Skip to main content
15,884,099 members

Articles by rj45 (Articles: 9, Tip/Tricks: 11)

Articles: 9, Tip/Tricks: 11

RSS Feed

Average article rating: 3.57

Desktop Programming
MFC
24 Oct 2003   Updated: 14 Nov 2003   Rating: 2.54/5    Votes: 30   Popularity: 3.75
Licence: Not specified    Views: 133,479     Bookmarked: 36   Downloaded: 2,609
Please Sign up or sign in to vote.
An MDI MFC generated project has only one view by default, here is one way to add more CView derived classes and initiliaze them without adding any special initialization code.
Game Development
13 Sep 2010   Updated: 19 Sep 2010   Rating: 4.67/5    Votes: 4   Popularity: 2.81
Licence: CPOL    Views: 56,885     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
XNA game engine sample C# XBOX ANIMATION PHYSICS Skinned model loading particles
Mobile Apps
28 Oct 2009   Updated: 28 Oct 2009   Rating: 3.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 18,250     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Loading ini files for Pocket PC requires the unavailable GetPrivateProfileString.
Programming Languages
C#
19 Feb 2009   Updated: 19 Feb 2009   Rating: 3.63/5    Votes: 6   Popularity: 2.82
Licence: CPOL    Views: 38,430     Bookmarked: 13   Downloaded: 818
Please Sign up or sign in to vote.
Parsing C++ header and CPP files for class names and methods.
14 May 2007   Updated: 14 May 2007   Rating: 4.67/5    Votes: 30   Popularity: 6.68
Licence: CPOL    Views: 165,560     Bookmarked: 160   Downloaded: 9,759
Please Sign up or sign in to vote.
This is a very simple app I use to test serial traffic. It enumerates the COM ports, allows you to edit all properties of SerialPort class instance. It also allows you to send files randomly to the serial port and save incoming data to a file.
26 Apr 2004   Updated: 17 May 2007   Rating: 1.89/5    Votes: 19   Popularity: 2.32
Licence: CPOL    Views: 57,862     Bookmarked: 15   Downloaded: 0
Please Sign up or sign in to vote.
A collection to table in one function.
8 Apr 2008   Updated: 8 Apr 2008   Rating: 3.82/5    Votes: 34   Popularity: 5.80
Licence: CPOL    Views: 897,098     Bookmarked: 78   Downloaded: 19,967
Please Sign up or sign in to vote.
Simple example of MVC (Model View Controller) design pattern for abstraction
XML
1 Apr 2011   Updated: 8 Jul 2011   Rating: 4.38/5    Votes: 9   Popularity: 4.17
Licence: CPOL    Views: 43,110     Bookmarked: 24   Downloaded: 466
Please Sign up or sign in to vote.
For performance reasons, I decided to write my own XML parser.
Web Development
ASP.NET
11 Apr 2007   Updated: 11 Apr 2007   Rating: 3.55/5    Votes: 4   Popularity: 2.13
Licence: CPOL    Views: 44,691     Bookmarked: 21   Downloaded: 522
Please Sign up or sign in to vote.
Image manipulation in ASP.NET including zooming, drawing lines, etc., using GDI+.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 3.41

Ienumerable
17 Oct 2011   Updated: 9 Feb 2012   Rating: 3.00/5    Votes: 4   Popularity: 1.81
Licence: CPOL    Views: 37,250     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Productivity Apps and Services
Microsoft Office
21 Dec 2011   Updated: 21 Dec 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 26,283     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Pasting excel data into an asp.net gridview
Programming Languages
XML
31 Oct 2011   Updated: 6 Nov 2011   Rating: 1.00/5    Votes: 2   Popularity: 0.30
Licence: CPOL    Views: 11,452     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Select an XML attribute "and" another attribute using xpath.
15 Dec 2011   Updated: 19 Dec 2011   Rating: 1.50/5    Votes: 2   Popularity: 0.45
Licence: CPOL    Views: 23,423     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Ergonomic syntax to iterate through XML
Web Development
ASP.NET
24 Oct 2011   Updated: 24 Oct 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 14,731     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Directly embedding .CSS ( or strip it out ) instead of href link (Excel export part 2)
17 Oct 2011   Updated: 24 Oct 2011   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 41,881     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Export whole page to Excel with infragistics
21 Oct 2011   Updated: 24 Oct 2011   Rating: 3.75/5    Votes: 4   Popularity: 2.26
Licence: CPOL    Views: 48,100     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
Export any page to Excel automatically
26 Oct 2011   Updated: 26 Oct 2011   Rating: 1.00/5    Votes: 2   Popularity: 0.30
Licence: CPOL    Views: 8,901     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
simple Asp.net singleton
HTML
24 Oct 2011   Updated: 24 Oct 2011   Rating: 4.83/5    Votes: 6   Popularity: 3.76
Licence: CPOL    Views: 30,050     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Parse out controls from your html page.
27 Oct 2011   Updated: 27 Oct 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 6,040     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
You can simplify this by doing the following:/// /// Render/// /// protected override void Render(HtmlTextWriter writer){ if (Session[ExcelExport] != null && bool.Parse(Session[ExcelExport].ToString())) { ...
27 Oct 2011   Updated: 30 Oct 2011   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 34,321     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
General string parsing techniques

Average reference rating:

No reference articles have been posted.

Average project rating:

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