IsDialog.exe - Simulates a Dialog Box

ID: Q69077


The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) versions 3.0, 3.1
  • Microsoft Windows 2000


SUMMARY

There 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.


MORE INFORMATION

The following files are available for download from the Microsoft Download Center. Click the file names below to download the files:


Isdialog.EXE

For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address

http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

Additional query words: softlib ISDIALOG.EXE

Keywords : kbfile kbDlg kbWinOS2000 kbGrpUser kbWinOS310 kbWndw kbWndwMsg kbWinOS300
Version : WINDOWS:3.0,3.1
Platform : WINDOWS
Issue type :


Last Reviewed: January 28, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.