The Wayback Machine - https://web.archive.org/web/20111102124307/http://www.codeguru.com/cpp/frameworks/advancedui/

    UI & Printing Frameworks

    OK-CANCEL vs CANCEL-OK

    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?

    General Solution for a Transparent Control

    Discover a very simple, integrated method to make a control, such as static, button, sliderctrl, and progress control transparent in a dialog box.

    SFL 2.0: Service Framework Library for Native Windows Service Applications, Part II

    Learn more about this very useful library.

    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.

    [Updated] BiSplitter 1.1

    BiSplitter is MFC-compatible class for creating a splitter window that looks like a Microsoft Outlook window.

    Flexible Screen Designer

    The dynamic screen classes allow you to incorporate advanced screen functionality into your MFC applications. The fundamental difference of these classes are that they work with the actual resource in your executable—this means that users of your applications can alter screens that have been designed by you using the MFC resource editor—they can make changes at run time.

    Change the Shape of the Window

    Learn a very easy way to change the shape of a window.

    Developing Applications with a User-Customizable GUI Layout

    Many applications that use dialogs and form views would be more effective if they allowed a user to customize their screen GUI layout. This article describes a solution that would give developers the possibility to make their applications customizable by users.

    Velocity-Based Joystick Controller

    This joystick-like controller can be used to generate velocity-based commands for scheduling actions based on provided thresholds. In particular, it simulates, in software, the physical joystick that kids use to drive their own "Remote Toy Car."

    MDI list in the status bar ( and a custom Window List dialog )

    MDI list in the status bar ( and a custom Window List dialog )

    Easy! Reports

    The tool presented here is a simple API that can be used to print fairly complex business style reports.

    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.

    Internationalizing menus using MFC support for Unicode

    Using UNICODE feature of MFC to internationalization

    Visual Component Framework - Libraries and Projects

    Full-featured visual framework (based on NextStep and Borland IDE UIs) for creating C++ applications

    Writing Scribble with the Visual Component Framework (VCF)

    Great job of showing off the VCF by illustrating how easy it is to create the famed MFC Scribble demo application.

    Skin Customization Page for the BCGControlBar Library

    An extension for Stas Levin's excellent toolbar library

    Gimme Some Skin... VideoSkins

    Fantastic approach to adding skins to your Windows applications!

    Alpha Blending (Transparent) Windows

    Article that illustrates how to enable the new Alpha Blending features of Microsoft Windows 2000

    Creating Skins with SkinSys Ver 1.0

    MFC-based application for creating and editing skins for your applications

    The WNDCTRL Reusable Class

    Easy to use class that enables the showing and hiding of groups of controls on a dialog or view

    Framework for Creating Custom Window Captions

    Fantastic set of classes to develop window content-sensitive captions (including colors '& fonts)

    Dynamic Child Window Repositioning

    Dynamic Child Window Repositioning

    Visual Framework (Views, Tabs and Splitters)

    Fantastic framework for creating advanced user interfaces

    How to dynamically show/hide the Taskbar application button

    How to dynamically show/hide the Taskbar application button