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()
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()