|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Titlebar of MdiChild form in MdiParnet's PanelI've put a MdiChild form into the Panel of MdiParent form.
But the titlebar of MdiChild is still Grey in color even I focus or activate it. Here is my code: Dim frmNew As frmChild = New frmChild 'frmChild is the child form frmNew.MdiParent = Me 'Me is the parent form frmNew.Parent = Me.Panel1 frmNew.Show() "VB Newbie" <VBNew***@discussions.microsoft.com> schrieb You must not put the child into the panel.> I've put a MdiChild form into the Panel of MdiParent form. > But the titlebar of MdiChild is still Grey in color even I focus or > activate it. > > Here is my code: > > Dim frmNew As frmChild = New frmChild 'frmChild is the child form > frmNew.MdiParent = Me 'Me is the parent form > frmNew.Parent = Me.Panel1 > frmNew.Show() Armin
Combobox in VB2005
Newbie Question 2, Reference To Controls On A Form problem with relative paths in VS/VB.net making image click fire codebehind function? newbie problem with array Problem Communicating Between Forms late bound form reference Newbie Question Saving Projects Calling Program A from Program B help with multiple forms on asp.net 1.1 page, please |
|||||||||||||||||||||||