Someone can help me?

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

Someone can help me?

Post by Lillolullo »

Hi to all,

I need a clue to send a keyobard the command alt+enter....
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Re: Someone can help me?

Post 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
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
Post Reply