Learn how to implement scrolling and zooming in MFC's Property Page.
Latest General Articles - Page 3
Run-Time Type Checking in C++
Learn about different methods of run-time type checking in C++.
How to Handle Currencies
Learn about a C++ mechanism to handle and manipulate different currencies.
How to Save and Load a Windows Region with MFC
Learn how to save a Windows region to a file with CRgn::GetRegionData and how to load and re-create it with CRgn::CreateFromData the MFC way.
Adding Logic Flow Control to Your Programming
Learn how to write an event-driven program in logic flow instead of execution flow to increase readability, reduce bugs, and maintenance cost.
Alternative Mechanism for Acessing Simple Dialog Items
Learn about a new way to manipulate edit and static controls.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

A .NET DNS Lookup Tool
Just by using a bit of code, you can find virtually any IP address and its "real" name.

Working with Windows 8.1 Control Panel Applets
Discover how to run all the various Control Panel applets from your own program.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.