SAMPLE: IsDialog.exe - Simulates a Dialog Box

ID: Q69077

The information in this article applies to:

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 file is available for download from the Microsoft Software Library:

 ~ ISDIALOG.EXE (size: 18866 bytes) 

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from
               Online Services

Additional query words: softlib ISDIALOG.EXE Keywords : kbDlg kbGrpUser kbWinOS310 kbWndw kbWndwMsg kbWinOS300

Last Reviewed: December 24, 1998