Form Cannot Be Larger Than the Screen

ID: Q94665


The information in this article applies to:
  • Microsoft Visual Basic programming system for Windows, versions 2.0, 3.0, 1.0
  • Microsoft Visual Basic Standard and Professional Editions for MS-DOS, version 1.0


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 

Additional query words: 2.00 3.00 3.10

Keywords :
Version :
Platform :
Issue type :


Last Reviewed: September 1, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.