Re: Maximised MDIChild bug?
- From: v-lliu@xxxxxxxxxxxxxxxxxxxx (Linda Liu [MSFT])
- Date: Fri, 27 Jul 2007 11:08:58 GMT
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
.
- References:
- RE: Maximised MDIChild bug?
- From: Linda Liu [MSFT]
- RE: Maximised MDIChild bug?
- Prev by Date: Transport Control Protocol
- Next by Date: my.Settings
- Previous by thread: RE: Maximised MDIChild bug?
- Next by thread: Re: Maximised MDIChild bug?
- Index(es):
Relevant Pages
|