Liberty BASIC Help Online

UpperLeftY
 
Description:
The special variables UpperLeftX and UpperLeftY specify the distance, in pixels, from the top-left of the display for the next-opened window.  For example, the following code will open a graphics window whose upper left corner is located 50 pixels from the left of the display, and 25 pixels from the top of the display:
 
    UpperLeftX = 50
    UpperLeftY = 25
    open "test window" for graphics as #testHandle
 
    input r$
 
 
See also: WindowWidth, Window Height


Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/