qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WINDOW Statement Programming Example
  QuickSCREEN      Details     Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
WINDOW Statement Programming Example
 
WINDO_EX.BAS is a program file in the subdirectory ADVR_EX that illustrates
the WINDOW statement. To look at the program in the View window and,
optionally, to run it, load it using the File menu's Open Program command.
 
The program shows how changing the window size changes the size of a figure
drawn on the screen. The effect is one of zooming in and out; as the window
gets smaller, the figure appears larger on the screen, until parts of it
are finally clipped because they lie outside the window. As the window gets
larger, the figure appears smaller on the screen.