question(s)? about MDI ....

Started by veltesian, August 06, 2020, 05:21:02 AM

Previous topic - Next topic

veltesian

hello everyone...

i'd like to know what/if any code is necessary to bridge 2 gui forms together, &
would basically be a parent/child window.

Paul Squires

WinFBE (WinFormsX) does not generate MDI if that's what you're looking for. Even Microsoft itself says that applications should not be created using MDI.

Now, if you're thinking of parent and owned windows... well, that's a different story. When you load your form you can specify if that form has a parent and if the form itself should be displayed as modal or modeless.
Paul Squires
PlanetSquires Software

José Roca

The reason why Microsoft doesn't encourage the use of MDI is:

Quote
[Many new and intermediate users find it difficult to learn to use MDI applications. Therefore, you should consider other models for your user interface. However, you can use MDI for applications which do not easily fit into an existing model.]

MDI applications also require a very good knowledge of SDK programming, and Today programmers want to run before learning to walk.

veltesian

thanks to paul & jose for clearing that up for me. i guess i was not as understood about the
meaning of MDI. i meant to ask about if i could know about parent/child window type setup
but a short time later after that post was written i looked & saw in the properties area of
the control to edit/change setting of if the form is a child window/etc. sorry about that if
i got that whole meaning of MDI wrong.... i'm kinda embarrassed about it but thats ok.