15,797,730 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Articles by rj45 (Articles: 9, Tip/Tricks: 11)
Articles: 9, Tip/Tricks: 11
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 3.57
Desktop Programming
MFC
Creation of Multiple Dynamic Views. How to initilize and use additional different views in your MDI app by using Doc / view architecture. Example code of OpenGL window and a Dialog window.
24 Oct 2003 Updated:
14 Nov 2003
Rating: 2.54/5 Votes: 30 Popularity: 3.75
Licence: Not specified Views: 132,159
Bookmarked: 36
Downloaded: 2,596
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
XNA Game Engine Sample
13 Sep 2010 Updated:
19 Sep 2010
Rating: 4.67/5 Votes: 4 Popularity: 2.81
Licence: CPOL Views: 56,284
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
GetPrivateProfileString for CE
28 Oct 2009 Updated:
28 Oct 2009
Rating: 3.00/5 Votes: 1 Popularity: 0.00
Licence: CPOL Views: 18,090
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#
Parse C++ header and CPP files for class names and their methods
19 Feb 2009 Updated:
19 Feb 2009
Rating: 3.63/5 Votes: 6 Popularity: 2.82
Licence: CPOL Views: 37,870
Bookmarked: 13
Downloaded: 809
Please
Sign up or sign in
to vote.
Parsing C++ header and CPP files for class names and methods.
Application to Debug Serial Port Communication
14 May 2007 Updated:
14 May 2007
Rating: 4.67/5 Votes: 30 Popularity: 6.68
Licence: CPOL Views: 163,580
Bookmarked: 160
Downloaded: 9,712
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.
Convert a Collection to a Table
26 Apr 2004 Updated:
17 May 2007
Rating: 1.89/5 Votes: 19 Popularity: 2.32
Licence: CPOL Views: 57,351
Bookmarked: 15
Downloaded: 0
Please
Sign up or sign in
to vote.
A collection to table in one function.
Simple Example of MVC (Model View Controller) Design Pattern for Abstraction
8 Apr 2008 Updated:
8 Apr 2008
Rating: 3.82/5 Votes: 34 Popularity: 5.80
Licence: CPOL Views: 887,627
Bookmarked: 78
Downloaded: 19,938
Please
Sign up or sign in
to vote.
Simple example of MVC (Model View Controller) design pattern for abstraction
XML
A Simple XML Parser from Scratch
1 Apr 2011 Updated:
8 Jul 2011
Rating: 4.38/5 Votes: 9 Popularity: 4.17
Licence: CPOL Views: 42,120
Bookmarked: 24
Downloaded: 465
Please
Sign up or sign in
to vote.
For performance reasons, I decided to write my own XML parser.
Web Development
ASP.NET
Zoom an image in ASP.NET with GDI+ using Bitmap's OutStream option
11 Apr 2007 Updated:
11 Apr 2007
Rating: 3.55/5 Votes: 4 Popularity: 2.13
Licence: CPOL Views: 44,260
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
Findcontrol using a non recursive approach [Tip/Trick]
17 Oct 2011 Updated:
9 Feb 2012
Rating: 3.00/5 Votes: 4 Popularity: 1.81
Licence: CPOL Views: 35,590
Bookmarked: 3
Downloaded: 0
Please
Sign up or sign in
to vote.
Productivity Apps and Services
Microsoft Office
Pasting excel data into an asp.net gridview [Tip/Trick]
21 Dec 2011 Updated:
21 Dec 2011
Rating: 5.00/5 Votes: 1 Popularity: 0.00
Licence: CPOL Views: 26,043
Bookmarked: 6
Downloaded: 0
Please
Sign up or sign in
to vote.
Pasting excel data into an asp.net gridview
Programming Languages
XML
Select an XML attribute "and" another attribute using xpath (without Linq) [Tip/Trick]
31 Oct 2011 Updated:
6 Nov 2011
Rating: 1.00/5 Votes: 2 Popularity: 0.30
Licence: CPOL Views: 11,131
Bookmarked: 1
Downloaded: 0
Please
Sign up or sign in
to vote.
Select an XML attribute "and" another attribute using xpath.
Iterate XML with XMLReader [Tip/Trick]
15 Dec 2011 Updated:
19 Dec 2011
Rating: 1.50/5 Votes: 2 Popularity: 0.45
Licence: CPOL Views: 23,022
Bookmarked: 1
Downloaded: 0
Please
Sign up or sign in
to vote.
Ergonomic syntax to iterate through XML
Web Development
ASP.NET
Directly embedding .CSS ( or strip it out ) instead of href link (Excel export part 2) [Tip/Trick]
24 Oct 2011 Updated:
24 Oct 2011
Rating: 0.00/5 Votes: 0 Popularity: 0.00
Licence: CPOL Views: 14,611
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)
Export whole page to Excel with infragistics in ASP.NET C# [Tip/Trick]
17 Oct 2011 Updated:
24 Oct 2011
Rating: 5.00/5 Votes: 2 Popularity: 1.51
Licence: CPOL Views: 41,401
Bookmarked: 3
Downloaded: 0
Please
Sign up or sign in
to vote.
Export whole page to Excel with infragistics
Export any page to Excel automatically [Tip/Trick]
21 Oct 2011 Updated:
24 Oct 2011
Rating: 3.75/5 Votes: 4 Popularity: 2.26
Licence: CPOL Views: 47,600
Bookmarked: 10
Downloaded: 0
Please
Sign up or sign in
to vote.
Export any page to Excel automatically
simple Asp.net singleton [Tip/Trick]
26 Oct 2011 Updated:
26 Oct 2011
Rating: 1.00/5 Votes: 2 Popularity: 0.30
Licence: CPOL Views: 8,630
Bookmarked: 0
Downloaded: 0
Please
Sign up or sign in
to vote.
simple Asp.net singleton
HTML
Parse out controls from your html page. [Tip/Trick]
24 Oct 2011 Updated:
24 Oct 2011
Rating: 4.83/5 Votes: 6 Popularity: 3.76
Licence: CPOL Views: 29,720
Bookmarked: 5
Downloaded: 0
Please
Sign up or sign in
to vote.
Parse out controls from your html page.
Parse out controls from your html page. [Tip/Trick]
27 Oct 2011 Updated:
27 Oct 2011
Rating: 5.00/5 Votes: 1 Popularity: 0.00
Licence: CPOL Views: 5,940
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())) { ...
General string parsing techniques [Tip/Trick]
27 Oct 2011 Updated:
30 Oct 2011
Rating: 4.00/5 Votes: 1 Popularity: 0.00
Licence: CPOL Views: 33,700
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.
rj45
Software Developer (Senior)
Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.