P
Paul Mars
How can I get the useable dimensions or coordinates of the working area of a
form?
All that I can find return the monitor screen area, but I need the usable
area inside the open form. Not incl. menu, toolbar, status bar.
Dim x As Integer = MdiParent.Height
Me.SetDesktopBounds(0, 0, 0, 0)
'Me.SetDesktopLocation(0, 0)
'Me.Top = CInt(MdiParent.ClientSize.Height)
'Me.Top = CInt(Screen.PrimaryScreen.Bounds.Height)
form?
All that I can find return the monitor screen area, but I need the usable
area inside the open form. Not incl. menu, toolbar, status bar.
Dim x As Integer = MdiParent.Height
Me.SetDesktopBounds(0, 0, 0, 0)
'Me.SetDesktopLocation(0, 0)
'Me.Top = CInt(MdiParent.ClientSize.Height)
'Me.Top = CInt(Screen.PrimaryScreen.Bounds.Height)