MDI and child forms (Load and painting issue)

Hi All,

I have MDI application with each child form is created 
from a factory class, on top of the child form I have one 
datagrid and two Listview controls. The Control box, Min 
and Max box are set to false. When I load the child form 
the control, min and max box are momentarily displayed 
then the form gets docked with fill value. Also I have 
observer the form load process to be very slow and I can 
see the controls being resized frame by frame. 
  Do anyone have the same problem of the MDI child form 
loading slowly and the control in the form painting slowly.
  Any suggestion appreciated.


Answer this question

MDI and child forms (Load and painting issue)

  • rgreene_nl

    I had a similar issue a little while ago where the child forms were painting so slowly it created a blur across my screen. To solve this mystery error, I made a new project and imported the files. I also redeveloped the parent MDI form quickly. The source of my error might have originated from my upgraded to VS 2003. I'm not sure exactly what the problem was, but I am glad that day is over.
  • MDI and child forms (Load and painting issue)