SUMMARY
The maximum size of a form in Microsoft Visual Basic for Windows and
Microsoft Visual Basic for MS-DOS is limited to the size of the screen
you are using.
In both Microsoft Visual Basic for MS-DOS and for Windows, the following
code sizes a form to maximum size:
TOP = 0
LEFT = 0
WIDTH = SCREEN.WIDTH
HEIGHT = SCREEN.HEIGHT