Few noob questions

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

Is this noob question?

Poll ended at Tue Apr 28, 2009 2:37 pm

Yes
4
100%
No
0
No votes
 
Total votes: 4

izidor
Veteran
Posts: 110
Joined: Wed Apr 22, 2009 3:13 am
Contact:

Few noob questions

Post by izidor »

1:
How to make my program be in full screen (so that i can not see X button)

2:
How to compile bas to bat.
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Post by burger2227 »

Use SCREEN modes other than Screen 0. Screen 0 is the default screen mode if you do not use a SCREEN statement. Your program comes up in a Window. Most modes include text and graphics above 0. Zero is text only!

To maximize SCREEN 0, press ALT - Enter. Repeated presses will alternate between the 2 states.

You need a compiler. QB4.5 has a compile option in the RUN menu called Make EXE. Qbasic versions do not have a compiler because they were free.

Ted
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
izidor
Veteran
Posts: 110
Joined: Wed Apr 22, 2009 3:13 am
Contact:

Post by izidor »

thx :D
Post Reply