Making MDI childs display at a different size in a MDI container

Started by
0 comments, last by Kyo 21 years, 5 months ago
I have a main MDI form and when I open the MDI child form in it it always shows up as a rectangular window and not the size that I set it at. I tried changing the size manually in the MDI child form load event (me.width = ... me.height =...) but it still displays in that rectangular size. Any idea why it does that? I don''t want the user to have to resize the form everytime he opens the MDI child form.
Advertisement
No one ever made an MDI form in Visual Basic before?

This topic is closed to new replies.

Advertisement