clientuser
Programmer
Why do child forms resize to something totally different inside an MDI form if I have the forms property BorderStyle set to 2-sizable
But when I set it to 1-fixed, the child form doesnt resize when opened in MDI form.......
I know I can go through and program the forms height/width on open, but doing that in the MDI form makes the child form open and then for a split second resize itself and gives a flicker on the screen....... I dont like that at all..
I just wanted the users to have the ability to minimize a form if needed in the MDI form..........
But when I set it to 1-fixed, the child form doesnt resize when opened in MDI form.......
I know I can go through and program the forms height/width on open, but doing that in the MDI form makes the child form open and then for a split second resize itself and gives a flicker on the screen....... I dont like that at all..
I just wanted the users to have the ability to minimize a form if needed in the MDI form..........