Article ID: 145619
Article Last Modified on 11/18/2003
MinButton = False
MaxButton = False
ControlBox = False
MDIChild = True
WindowState = 2 - Maximized
Caption =
Borderstyle = 0 - None 'Options 1 - 5 will also work.
MinButton = False MaxButton = False ControlBox = False MDIChild = True WindowState = 0 - Normal Caption = Borderstyle = 0 - None 'Options 1 - 5 will also work.
Private Sub Form_Load()
'You could copy the following 4 lines to the Resize
'event of MDIForm1 as well for best results.
Form1.Top = 0
Form1.Left = 0
Form1.Width = MDIForm1.Width - 185
Form1.Height = MDIForm1.Height - 470
End Sub
Keywords: kbbug kbfix kboswin98fix KB145619