Is there a way to determine screen resolution ? - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: Chatting and Socializing (https://staging.qb64phoenix.com/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://staging.qb64phoenix.com/forumdisplay.php?fid=2) +--- Thread: Is there a way to determine screen resolution ? (/showthread.php?tid=1875) |
Is there a way to determine screen resolution ? - doppler - 08-03-2023 Wondering if there is a way to get screen resolution size? Knowing if the screen is 4k or 2k is nicer that making boxes off screen or over/under sized. RE: Is there a way to determine screen resolution ? - SMcNeill - 08-03-2023 _DesktopWidth _DesktopHeight RE: Is there a way to determine screen resolution ? - doppler - 08-03-2023 (08-03-2023, 12:58 PM)SMcNeill Wrote: _DesktopWidth Thanks, Now I remember ... some of the newer commands. That I always forget easily Now I can make my program 4k, 2k friendly. |