I'm working on some project now, and I'm using dialog-type resources to create the windows for the project.

Besides the fact that I didn't find a way to create MDI windows (or is just the VB term for it?) using the dialog resource, are there any disadvantages in using the resoucre instead of creating the window using CreateWindow*CreateWindowEx?


BTW, can anyone instruct me on how to create MDI windows using Win32 API?


Thanks.