form1.MDIParent = me form1.show()
but if I resize the MDI form1 does not change to accomodate in the new size!??? Is there any help for this??
THANKS ALOT




Posted 07 February 2011 - 06:10 PM
form1.MDIParent = me form1.show()
Posted 07 February 2011 - 07:23 PM
With New Form1
.MdiParent = Me
.Text = "Window " & sNumber
.Show()
End With
Posted 08 February 2011 - 08:41 PM
Posted 10 February 2011 - 04:07 AM
If Me.WindowState = FormWindowState.Maximized Then
F.WindowState = FormWindowState.Maximized
ElseIf Me.WindowState = FormWindowState.Normal Then
F.WindowState = FormWindowState.Normal
End If
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
