Hi. I'm trying to develop an MDI that will open up "documents" that are dialog boxes that I have defined in a resource file.
However, when I select "open document" from my menu, I get a white window instead of the dialog box that I had hoped would appear.
Could somebody give me some hints as to where and how this dialog box is supposed to be created? Right now, in FrameWndProc() I use CreateWindow() when FrameWndProc receives a WM_CREATE, then, when FrameWndProc() receives a NEWDOCUMENT message, I use CreateDialog() to create the dialog.
Thanks in advance for your help.