QB64 Phoenix Edition 3.4.1 Released
#42
Try this:

Code: (Select All)
dim as long w, h, iii

print "Starting..."

DO:  LOOP UNTIL _SCREENEXISTS

for iii = 1 to 10
    w = _DesktopWidth: h = _DesktopHeight
    if w > 0 then exit for
    _delay 0.5
next
if not(w > 0) then print "Sorry it didn't work!" : end
hd2 = h / 2
Reply


Messages In This Thread
QB64 Phoenix Edition 3.4.1 Released - by SMcNeill - 11-16-2022, 04:13 PM
RE: QB64 Phoenix Edition 3.4.1 Released - by Fifi - 11-23-2022, 01:19 PM
RE: QB64 Phoenix Edition 3.4.1 Released - by SMcNeill - 11-21-2022, 02:45 AM



Users browsing this thread: 23 Guest(s)