I often develop MDI applications, and I don't think I have ever needed to set
the "Parent" property of a child form. I just set the "MDIParent" property,
then show the form. Or is that what you meant?
Also, I never noticed that MDI Child forms would load slower that any other
forms.
How did you measure that just setting that property is so slow? It should
really be fast enough that you cannot even measure how long it takes.
Joris
> Hi,
>
[quoted text clipped - 4 lines]
> Although application loads in under couple of seconds, is there any way to
> speed up general loading of mdi children?
Jared - 25 Jul 2006 01:28 GMT
3 out of my 15 or so forms set mdiparent slowly, but I think there is
something going on in background which is warping my stopwatch results.
I will try on different comp.