Yeahhh !!!! Full screen can change and adjust itself...

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Lillolullo
Newbie
Posts: 9
Joined: Mon Nov 16, 2015 9:20 am

Yeahhh !!!! Full screen can change and adjust itself...

Post by Lillolullo »

Finally, after many attempts I figured out how to solve the problem of the _FULLSCREEN statement...

Simply pressing twice alt+enter the screen adjust itself....

It rolls any possible graphic configuration, I've counted 4 different graphic modes with _FULLSCREEN statement.

I don't know how to implement my case (the second one, when I press twice alt+enter) in the code but it's a goal, for now...

Anyone knows how to do that ?

I can run my .bas in fullscreen mode but only when I press twice alt+enter fonts, graphics and sprites on the screen are perfect...
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Re: Yeahhh !!!! Full screen can change and adjust itself...

Post by burger2227 »

Try 2 _FULLSCREEN [{_STRETCH | _SQUAREPIXELS| _OFF}]

http://www.qb64.net/wiki/index.php/FULLSCREEN
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
Lillolullo
Newbie
Posts: 9
Joined: Mon Nov 16, 2015 9:20 am

Re: Yeahhh !!!! Full screen can change and adjust itself...

Post by Lillolullo »

I did it. It doesn't work. First time you launch the statement it starts every time in "ugly" mode. Only if you press alt+enter the imagine came back normal.
Post Reply