The Wayback Machine - https://web.archive.org/web/20110921135055/http://www.codeguru.com:80/cpp/w-p/win32/messagebox/

    MessageBox

    Fancy Custom MessageBox

    Discover a method for customizing message boxes created with the MessageBox Windows API function.

    Task Dialogs in Vista

    If you have been using Vista, you would have noticed that MessageBoxes are passé. These have been replaced by the new Task Dialogs. Task dialogs are intended to make the experience more interactive and goal-oriented. Take a tour of the Task Dialog API.

    MessageBox with Custom Button Captions

    Windows message boxes do not provide a standard interface for modifying button captions. Learn how to make the caption changes.

    CBT Message Box

    A Win32 API MessageBox enhancement that automatically centers a message box to its parent window. (The source code was updated.)