What order should the OK and Cancel buttons appear? Should it be like Windows or like the Mac? Are there any "rule of thumb" as to when certain standard should be followed or is it just a matter of taste?
Latest Windowing Techniques and Classes Articles
Message Only Window
Learn how to build an efficient library to provide support for Message Only Windows. The article also shows how to use the Thunk32 library provided in an earlier article, as well as some general pointers on good practices and patterns.
Independent Message Handlers in Window Message Processing
Updated code with new functionality. Using the Independent Message Handlers in Window Message Processing on the example of CFrameBounder class.
Alpha Blending (Transparent) Windows
Article that illustrates how to enable the new Alpha Blending features of Microsoft Windows 2000
The WNDCTRL Reusable Class
Easy to use class that enables the showing and hiding of groups of controls on a dialog or view
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.