Author Topic: I have a lot of qb45 .bas programs  (Read 2994 times)

0 Members and 1 Guest are viewing this topic.

Offline tuc47

  • Newbie
  • Posts: 12
    • View Profile
I have a lot of qb45 .bas programs
« on: September 03, 2019, 06:11:29 pm »
I  just downloaded  qb64 and made some new .exe files but how do I get them to run in full screen?
All I get is a small window.

HELP!!

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: I have a lot of qb45 .bas programs
« Reply #1 on: September 03, 2019, 06:19:17 pm »
Alt-Enter for fullscreen, or else add _FULLSCREEN to the top of your code.  https://www.qb64.org/wiki/FULLSCREEN
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: I have a lot of qb45 .bas programs
« Reply #2 on: September 03, 2019, 08:22:40 pm »
Holy cow Alt+Enter! I never knew.

Learn something new every day ;)

To escape, Alt + F4, very valuable to know running someone else code.

Welcome to the forum tuc47!
« Last Edit: September 03, 2019, 08:27:00 pm by bplus »

Offline tuc47

  • Newbie
  • Posts: 12
    • View Profile
Re: I have a lot of qb45 .bas programs
« Reply #3 on: September 04, 2019, 07:59:37 am »
THANKS!!!! that worked


Offline Doug Ingram

  • Newbie
  • Posts: 1
    • View Profile
Re: I have a lot of qb45 .bas programs
« Reply #4 on: September 11, 2019, 06:12:01 pm »
You will also find this command very helpful (near top of program)

$RESIZE:SMOOTH

You can resize your window with ease!