I am having problem creating a new dialogbox. It is being created from another dialog and that is not generating any error, but I can only see the controls that should be on the dialog. (2 edit controls and 2 buttons). This is the code I am using to create the dialogs.
DialogBox(hInst,MAKEINTRES
OURCE(IDD_
DLG_EDIT),
hDlg,(DLGP
ROC)DLGEdi
tProc);
The dialog picture shows controls behind what should be the dialog. The greyed out edit controls and buttons just sit on top of that. Hopefully something simple is wrong, I have tried changing options in the properties of both the dialog resouce and the main dialog which is my primary form.
Thanks
Start Free Trial