MDI child forms, if one maximizes, all maximize?

E

Earl

What causes all forms to resize the same as the others within an MDI
container? I've noticed that maximizing or minimizing one form is passed to
all other forms within that container. Within the MDI container, I
instantiate and display the forms with the following:

Dim OwnedForm As New frmAddEvents
Me.AddOwnedForm(OwnedForm)
OwnedForm.MdiParent = Me
OwnedForm.Show()
 
G

Guest

I'm having the same problem: MDI in combination with autoscroll does not work
good!

I've made a test application, so you can see the bug for yourself:
http://coen.smits.cx/got/TestApp.zip

After switching from view 2 times (using the menu), the client form is not
maximized anymore, but the windowstate is set to normal.
Source code included!

Any ideas?
 

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