Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A couple questions about the dialogs....
#5
But...

https://qb64phoenix.com/qb64wiki/index.php/SCREENMOVE

Quote:Description:
:
Keyword not supported in Linux versions

However it would be pretty easy to replicate the functionality.

Code: (Select All)
SUB screenmiddle ()
DIM AS INTEGER dw, dh, ww, hh
dw = _DESKTOPWIDTH
dh = _DESKTOPHEIGHT
ww = _WIDTH
hh = _HEIGHT
ww = (dw \ 2) - (ww \ 2)
hh = (dh \ 2) - (hh \ 2)
_SCREENMOVE ww, hh
END SUB
Reply


Messages In This Thread
A couple questions about the dialogs.... - by Dav - 09-30-2023, 01:17 AM
RE: A couple questions about the dialogs.... - by mnrvovrfc - 10-01-2023, 04:08 AM



Users browsing this thread: 4 Guest(s)