Form Cannot Be Larger Than the ScreenLast reviewed: June 21, 1995Article ID: Q94665 |
The information in this article applies to:
- Microsoft Visual Basic programming system for Windows, versions 2.0 and 3.0- Microsoft Visual Basic programming system for Windows, version 1.0 - The Standard and Professional Editions of Microsoft Visual Basic for MS-DOS, version 1.0
SUMMARYThe 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 |
Additional reference words: 1.00 2.00 3.00 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |