MDI Children slower?

J

Jared

Hi,

I have MDI application and now that I look at the performance of it in
depth, I see setting the parent property of my mdichildren forms is slowest
and then again followed by showing.

Although application loads in under couple of seconds, is there any way to
speed up general loading of mdi children?
 
G

Guest

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
 
J

Jared

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top