sparafucile17
Programmer
Does anyone know a quick and easy way to make a dialog into a child of a MDI? I tried changing the dialog properties to WS_CHILD but it crashes the program whenever the dialog is launched via domodal().
The application I am designing uses the menu bar to launch several dialogs that need to stay "within" the parent app. It also supports document-view architecture for printing reports, but I still need dialogs for some functions.
Any ideas?
Thanks,
Jeff
The application I am designing uses the menu bar to launch several dialogs that need to stay "within" the parent app. It also supports document-view architecture for printing reports, but I still need dialogs for some functions.
Any ideas?
Thanks,
Jeff