Page 1 of 1

Someone can help me?

Posted: Tue Dec 22, 2015 7:59 am
by Lillolullo
Hi to all,

I need a clue to send a keyobard the command alt+enter....

Re: Someone can help me?

Posted: Tue Dec 22, 2015 9:03 pm
by burger2227
IE: To tell Qbasic to go full screen or not.
You cannot do that as Windows blocks sending keys to the buffer using software.
Older computers used to be able to change the function keys, but not anymore.

_FULLSCREEN or _FULLSCREEN _OFF can do that in QB64.

You can do it with Windows API Libraries in QB64, but ALT + Enter already works without that!:
http://www.qb64.net/wiki/index.php/Wind ... aximize.29