The information in this article applies to:
SYMPTOMSIf the Windows Dialog Editor (DIALOG.EXE) is used to edit a dialog box, when the associated application is built, the previous version of the dialog box is used. CAUSEThe dialog resource used by the program is stored in the application's resource file (which has the extension RC). The Dialog Editor stores the updated dialog box resource in a file with the .DLG extension. RESOLUTION
Modify the resource file to use the RCINCLUDE statement to include
the updated dialog box resource, as follows:
RCINCLUDE DIALOG.DLG MORE INFORMATION
Suppose an application is written that uses a dialog box. The
developer creates a dialog box template manually in the application's
resource file. After building the application, the developer decides
to modify the dialog box using the Dialog Editor.
Q40958 : PRB: DIALOG.EXE Reads Compiled .RES Files, Not .DLG Files Additional query words: 3.00 3.10 3.50 win16sdk
Keywords : |
Last Reviewed: March 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |