
| Last Modification: December 11, 1999 |
How
can I copy a dialog resource from one project to another?
There are two ways of doing it:
IDD_MYDIALOG_ID DIALOG DISCARDABLE 0, 0, 235, 55
where IDD_MYDIALOG_ID is the id of your dialog. Copy the full thing until the
END statement. You'll also need to add the dialog id to the new project, either
by using DevStudio's facilities for doing so, or by directly editing resource.h.