Learn about two different methods of implementing a static control with a transparent background.
Latest Static Control Articles
Managed Extensions: Measuring Strings
Learn how to easily measure the height and width needed to display text values using .NET classes.
CStatic with Scrolling Text
Create a smart static control that features scrolling text.
A New Progress Bar for All Occassions
A CWnd derived Progress bar control that can indicate "busy states" effectively and double up as a good looking progress bar.
Simple Hyperlink Static Control
Build a static control with a hyperlink. Keep it simple. This control is easy to use and understand.
Digitally Display a CStatic Control
Check out this control derived from CStatic. It presents a cool colored LCD scroller look and feel.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.