Page 1 of 1

Few noob questions

Posted: Mon Apr 27, 2009 2:37 pm
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.

Posted: Mon Apr 27, 2009 3:45 pm
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

Posted: Tue Apr 28, 2009 9:05 am
by izidor
thx :D