GUI/Maximum window dimensions: Difference between revisions

Content added Content deleted
m (→‎Visual Basic: format/semantic magic)
(→‎Visual Basic: Obvious fix is obvious)
Line 17: Line 17:


syswindow.screenwidth = Screen.Width / Screen.TwipsPerPixelX
syswindow.screenwidth = Screen.Width / Screen.TwipsPerPixelX
syswindow.screenheight Screen.Height / Screen.TwipsPerPixelY
syswindow.screenheight=Screen.Height / Screen.TwipsPerPixelY


' Make adjustments for window decorations and menubars</lang>
' Make adjustments for window decorations and menubars</lang>