SAMPLE: Code Implements a "Tool Box" WindowLast reviewed: February 15, 1996Article ID: Q81814 |
The information in this article applies to:
SUMMARYThe Image Editor and the Dialog Editor are two applications provided with the Windows SDK that demonstrate a "tool box" window. This article discusses how to implement a tool box window in an application. TOOLBOX is a file in the Microsoft Software Library that demonstrates the techniques discussed. Download TOOLBOX.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
MORE INFORMATIONA tool box window contains a group of icons that the user can choose at any time. The tool box window always floats above the application with which it is associated. The code in TOOLBOX assumes that all buttons in the tool box have the same size and are equally spaced throughout the window. TOOLBOX implements the following four steps to create the tool box window:
|
Additional reference words: 3.10 softlib TOOLBOX.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |