65,938 articles
CodeProject is changing.
Read more
.
Everything / Languages / VC7.1
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
Submit your article
VC7.1
VC7.1
Great Reads
"ClassWizard" in VS.
NET 2003
by
Nicolas Bonamy
Simulate the Class Wizard in VS.
NET 2003
.
NET addins for Visual Studio 6.
0
by
Johann Anhofer
Extend the VS6 IDE with .
NET addins.
.
NET Asynchronous Design Pattern for Native C++
by
Daniel Ranger
Native C++ implementation of the .
NET Asynchronous Design Pattern using Windows I/
O Completion Ports
.
NET Command Prompt Here
by
flipdoubt
Command Prompt Here for VS.
NET Users
Latest Articles
"ClassWizard" in VS.
NET 2003
by
Nicolas Bonamy
Simulate the Class Wizard in VS.
NET 2003
.
NET addins for Visual Studio 6.
0
by
Johann Anhofer
Extend the VS6 IDE with .
NET addins.
.
NET Asynchronous Design Pattern for Native C++
by
Daniel Ranger
Native C++ implementation of the .
NET Asynchronous Design Pattern using Windows I/
O Completion Ports
.
NET Command Prompt Here
by
flipdoubt
Command Prompt Here for VS.
NET Users
All Articles
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
VC7.1
Change ICON of MFC Application and Dialog
by
Binu MD
Change the default ICON of MFC applications
Change of Basis for Rotations and Vectors
by
milkboy31415
This code transforms rotations and vectors between reference frames such as Unreal,
3d Studio Max,
etc.
Creating a Process with Medium Integration Level from the Process with High Integration Level in Vista
by
Volirvag Yexela
This tip suggests the way of launching a process with Medium IL from the process with High IL.
CRichEditCtrl Does Not Take the Return
by
Arkadiusz@inquiry
CRichEditCtrl does not take the return
Encode and Decode messages send to and from apps
by
serup
Makes message handling between applications easier,
by encoding/
decoding to/
from one data block.
FxEngine Plugin to Stream Video Data from a Webcam
by
m_sylvain
This tip shows how to build an FxEngine plugin to stream video data from a webcam
Generators in C++
by
c-smile
The way to add generators with yield to C++
Get Highlight Selected Items on CListCtrl when there is no Focus
by
MaxMax14
Keep the items highlighted when focus is on another control
GetLastError as std::string
by
Orjan Westin
Simple function to get the text message corresponding to a system error.
Populate TreeView from Simple "list"
by
textorijum
How to SIMPLY populate TreeView from some sort of "list" variable /
object /
structure
Read user input or Enter
by
Orjan Westin
Reading an input of any type,
or simply enter,
from the command line
Scroll Window
by
Tu (Le Hong)
A scroll window that surpasses the 16-bit limit and can be hosted by a dialog.
Set for Success
by
DigitalInBlue
Guidance on C++/
C++!1 Parameter Passing
Unix ucontext_t Operations on Windows Platforms
by
xdoukas
A tip on the implementation of Unix ucontext_t operations on Microsoft Windows.
XEndian: Fast and Extensible Header-Only Endian-Aware Serializer (or The Fight for DRY)
by
Alex Puchades
In this tip,
XEndian,
a header-only library will be presented