Web crawl snapshots generously donated from Accelovation. This data is currently not publicly accessible.
From the site:
Accelovation is pioneering the delivery of Insight Discovery� software solutions that help companies move from innovation idea to product reality faster and with more success.
Our solutions are used by leading firms in the Fortune 500 and beyond � companies from a diverse set of industries ranging from consumer packaged goods to high tech, foods to chemicals, and others. We help them mine the online world for market and technical insights to help speed the process of innovation.
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20061025165340/http://www.codeguru.com/cpp/w-d/dislog/
Closing A Window Smoothly
Rating: Mohammad A. Salah - 05/08/2002 Enhance the user interface for your application by closing its windows in a smoothly way--make your window disappear (fade out) slowly while its closing.
CDialogSK, A Skinnable Dialog Class
Rating: Abhinaba Basu - 07/07/2003 This article discusses the CDialogSK class, which extends the MFC CDialog. See how to add transparency to a dialog, how to add a bitmap to the background, how to set a style for the background, and more.
Cool Color Selector Including Hue, Saturation, and Lumination
Rating: Lea Hayes - 02/19/2004 This color selector helps to make selecting colors more efficient. This article contains full source code of the color selector and a demonstration application. (The demo project, source code, and illustration were updated.)
Creating a Custom Color Selection Dialog
Rating: none Oto Spal - 07/24/2003 Learn how to use a "complete" color selection dialog. This dialog is built using pure win32api (no MFC).
Color Picker
Rating: none Jack Misic - 04/18/2002 A very COOL color pick dialog with a color dropper like Photoshop and FrontPage 2000.
Color Dialog Control Set
Rating: none Alex Kwok - 04/18/2002 There are three controls included with the demo project, which are CLumChooser, CHusSatChooser and CColorBox.
RGB Preview Dialog
Rating: none Hakan Bulut - 03/06/2002 This application shows a COLORREF structure that use Slider Control to determinates your 24-bit RGB color and shows also simple way to communicate between CSliderCtrl, CEdit, and CStatic.
Creating an Open/SaveAs That Stores the MRUD
Rating: none Tim Gard - 09/06/2002 [Update] Tired of having to navigate from "MyDocuments" for a document every time you open your app? This class stores your Most Recently Used Directory (MRUD) in the Registry for the next time you open the application.
Detail View in FileOpen Dialog
Rating: none Deepak Gupta - 11/21/2001 Code to provide a detail view by default in your extended FileOpen dialog.
Non-Modal File Dialog Class
Rating: none John McManus - 08/31/2000 Nicely done class that allows for non-modal display of the common file dialog
ColorSpace ATL Control
Rating: none Andrew Whitechapel - 07/23/2000 ATL version of the popular Corel PhotoHouse-like Color Chooser
Customizing the Common File Open Dialog
Rating: none Shanker Chandrabose - 07/29/1999 Very cool article showing the ins and outs of subclassing the File Open dialog
File Preview Dialog Class
Rating: none Rajiv Ramachandran - 06/19/1999 A dialog that allows users to preview a file before opening it
Using Multiple Inheritance to Enhance DDX
Rating: none Malcolm Keller Beyer III - 09/24/2001 This article presents a technique of using one operation to set or retrieve all CDialog DDX data members.
Validating Changes in a Dialog
Rating: none Chris Olson - 03/06/2001 Class that helps to validate if the a dialog is dirty (or changed)
Creating a View on a Dialog
Rating: Naama Goraly - 08/09/2001 Creating a view on a child frame is a basic action when programming in MFC, but what happens when you want your view to be attached to a popup dialog? This article shows a simple way to make this possible.
Dialog Box Zoom In/Out Special Effect
Rating: none Saeed - 07/27/2001 This article shows you how you can add an extra touch to the way your dialog pop up on the screen. You learn how to give it "zoom".
Embed 'child' dialogs into your main dialog
Rating: none Martin Randall - 06/22/2001 Code that allows 'child' dialogs to be added to a 'parent' dialog at run time so that all the controls operated as if they were part of the original dialog.
Binding the Resizing Behavior of Dialog and Control
Rating: none L.D. Nelson - 04/10/2001 For use when a single control encompasses the entire client area of a dialog - resizes control as dialog is resized
Making a Window "Always On Top"
Rating: Christopher Tan - 08/10/2000 Shows how to set a windows properties such that it is always shown on top of other windows
Tabbed Dialog Box Class
Rating: none Christophe Mestrallet - 02/04/2000 Dockable dialog that collapses/expands based on mouse over
Dialog for Selecting (and Creating) Folders
Rating: Nguyen Tan Hung - 05/11/2000 Not only allows the user to select a folder, but class easily allows you to create a new folder (as you see in most installation programs)
DOS Text Screen in Dialog
Rating: none Eletskikh Yuri - 01/30/2002 The CMonitor control is a lightweight class suitable for displaying dos text screen in Dialog.
Stack Window
Rating: none Timothy A. Chubarov - 07/29/1999 Class to "stack" multiple dialogs inside a parent window
[Updated] Resources Explorer
Rating: Georges Dumond - 09/07/2006 Learn about a search files with resources to explore it. The selected resource can be extracted. This tool is a sample of using Splitter, List, Tree, and resource display.
Making Any Application Transparent in Windows 2000/XP
Rating: Abhinaba Basu - 12/09/2003 Explore how to turn any running application transparent in the same way as the layering features of Windows 2000 or Windows XP.
A Line Picker
Rating: none André Deperrois - 10/23/2003 Examine how to select the style, width, and color attributes for a CPen object from a dialog.
Processing System Messages
Rating: none Pratap J. Prabhu - 07/22/2003 When running in a loop within a dialog box, the command buttons do not work. While other authors have shown how to use separate threads to run a modal dialog box, this article shows how to process the Message Loop within the same dialog by adding a simple function and making calls to it.
Cookie Viewer/Killer
Rating: Roger65 - 03/05/2003 Find, view, and delete cookies that have been left on your machine.
Creating a Rotating Dialog Box
Rating: none Hitesh Kumar Shah - 11/25/2002 Discover how to make dialog applications of non-rectangular shapes and how to rotate those custom-shaped windows. (Very cool!)
MFC, Round Windows, and Highlight Buttons
Rating: Alex Rest - 10/14/2002 Creating non-standard Windows interfaces is cool. Learn a program technique using window regions and CButton class overloading.
A Class to Display Skinned Popups Like MSN Messenger
Rating: John OByrne - 07/18/2002 Build a class to display popup dialogs like the the MSN messenger window. This supports non-rectangular windows by using a BMP with a transparency color.
How to Create an Option Configuration Sheet Manager
Rating: none Christopher Frank - 07/08/2002 Create a configuration sheet manager similar to what is in Mozilla or Netscape Navigator. This is a set of dialogs associated with list/tree controls.
Rich Static Text Control using a Small Markup Language
Rating: none Chet Simpson - 05/01/2002 Include text justification, different fonts, and styles to give the information in your dialogs a little more pizazz. Uses a simple markup language.
Message Balloons
Rating: Prateek Kaul - 12/12/2001 There are times when one would like to display messages in an non-obtrusive way. Message Balloons are one of the new ways.
Drop List Controlled Dynamic Dialog Box
Rating: none Derrick Hughes - 11/12/2001 Create a dynamic dialog that can change its controls based on a listbox selection.
Finding Display Size of Dialog From Resource
Rating: none Shridhar Guravannavar - 12/06/2000 Very useful information if you need to arrange position and size of other windows based upon the dialog size before the dialog gets displayed.
Sliding Dialogs
Rating: none Harok Bae - 10/25/2000 Create dialog applications where child dialogs slide out from underneath the parent dialog!
Dynamic Dialog Class
Rating: none Marcel Scherpenisse - 02/16/2000 Dynamic Dialog Class
Rendering a Region Dialog From a BMP/JPEG
Rating: none Zhefu Zhang - 01/21/2003 A flexible and user-friendly Region Dialog that support things to permit the user to render a region from both image resource and images files such as bitmap and JPEG. You can drag and drop to apply new images; press Ctrl+Z to go back through all the images you have used, select the background color on different files, and even zoom the images to any ratio you like. Also includes accessory functionalities such as "Lock Machine," "Shut Down Machine After n Minutes," "Start Screen Saver," and so on.
MFC Transparent CDialog Demo
Rating: none Nic Wilson - 12/09/2002 Create a splash screen or skeleton application by using non-rectangular windows. The dialog is shaped by a supplied bitmap. The demo also demonstrates dragging the dialog by clicking anywhere on a visible portion, as well as timer events and using a button on the transparent dialog.
Internet Explorer-Style Options Panel
Rating: none Andy Brown - 11/28/2000 This class implements a control that is designed to have the look and feel of the Internet Explorer 'Advanced Options' property page.
Options Tree Dialog
Rating: none Petr Stejskal - 09/08/1998 Options Tree Dialog
Progress Indicators
Progress Sphere
Rating: none Robert Tari - 06/23/2006 Learn about a class that displays and automates a translucent, shadowed modal dialog with a progress sphere.
Countdown Dialog DLL
Rating: none Mark Henri - 10/18/2001 Have you ever needed a messagebox style dialog to wait before allowing processing to continue and then disappear automatically? This DLL has a simple dialog box with a progress bar that does just that.
Flexible Screen Designer
Rating: John Indigo - 03/18/2004 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.
Automatic Dialog Resizing
Rating: Dmitry Kochin - 03/20/2003 Another look at cleanly resizing a dialog and its controls.
Easy Dialog, Property Sheet and Window Resizing
Rating: none Russ Freeman - 04/17/2002 A simple, clean and straightforward way to add resizing dialogs, property sheets, forms and windows to your application.
General Flicker Free Resizable Control
Rating: none Torben B. Haagh - 11/01/2000 Fantastic generic solution that can be used for any type of window (dialogs, form views, property sheets, etc.)
Dialog Resize Helper
Rating: Stephan Keil - 08/20/2000 Easiest way yet to have a "resizable dialog" where controls more and resize according to your specs
Expanding Dialog
Rating: none D. Sivakumar - 03/06/2000 Expanding Dialog
Animated Multithread Splash
Rating: endether - 02/11/2005 Build a real multithreaded splash, with the slow loading process and the animated splash running simultaniously.
A Splash Screen with Alpha Blending
Rating: none Leonardo Bernardini - 06/09/2003 Have you ever thought about creating a splash screen that melts with the background using an Alpha channel together with the splash bitmap? This three-class implementation could help you do this. Includes explanations of Alpha Blending routines and GDI functions such as GetDIBits and SetDIBits. (The demo project was updated.)
Invisible Splitter Window
Rating: none Mohamed Mustafa Z. - 07/11/2002 This article explains about how to hide the splitter window and make it non-resizable.
Showing Window Contents While Resizing the Splitter
Rating: none Ismail Pazarbasi - 06/12/2002 The CSplitterWnd class of MFC does not draw panes while resizing. This class allows you to show a window's contents while you are resizing the splitter pane.
Dynamic Creation of Thread-Separated Dialogs Having Only Its Class Name
Rating: Dmitri Chorine - 04/06/2004 The article describes a way of creating class objects by naming its classes. This way permits you to create a new class object by calling a function or class method that receives as input parameters pointer to CRuntimeClass object. In general, it shows you how to design a mechanism that creates a user-selected dialog window in its own child thread.
Simple Worker Thread Example
Rating: none Rick Schneewind - 05/17/2001 Demonstrates how to start a worker thread from a dialog, keeping the dialog free while running a busy loop in the background.
MFC class "Tip of the Day" like WinZip
Rating: none Alexey Kazakovsky - 02/12/2002 This control, CStartupTip, helps to create a dialog "Tip of the Day" like WinZip "Tip of the Day".
Processing Keyboard Messages
Rating: Sam Hobbs - 11/08/2002 Learn about various solutions for processing keyboard messages in dialogs and form views.
Win32
Browse for Folder with a Quick Pick
Rating: Lars Werner - 03/21/2006 Learn about a customized version of the "Browse for folder" dialog that creates quick picks to your selected directories.
Creating a Reusable Dialog Class without MFC
Rating: Daniel Bartsch - 09/05/2003 Develop a reusable dialog class with flexible message handling without using MFC. (The article, source code, and EXEC file were updated.)