Re: Maximised MDIChild bug?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Phil,

Thank you for your response.

Follow your steps and I can reproduce the problem on my side.

A quick workaround is to set the MenuStrip's Visible property to false and
then back to true after the MDI child form is shown.

The following is a sample.

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim frm As New Form2
frm.MdiParent = Me
frm.Show()
me.MenuStrip1.Visible = False
me.MenuStrip1.Visible = True
End Sub

I will check our inner database to see if it is a known issue in the next
Monday and then update in the newsgroup.

Thank you for reporting this to us!

Have a nice weekend!

Sincerely,
Linda Liu
Microsoft Online Community Support

.



Relevant Pages