SAMPLE: Using IsDialogMessage to Simulate a Dialog BoxLast reviewed: February 15, 1996Article ID: Q69077 |
The information in this article applies to:
SUMMARYThere is a sample program in the Microsoft Software Library named ISDIALOG that demonstrates how to create a window, add controls, and use the IsDialogMessage function to make the window act like a dialog box. This technique can be used in cases where superclassing a dialog box is too costly or not possible. By using a conventional window and not using the Dialog Manager, the application is free to add or remove dialog functionality as necessary. Download ISDIALOG.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
|
Additional reference words: 3.00 3.10 softlib ISDIALOG.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |