Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

background colors...

Status
Not open for further replies.

mackey333

Technical User
May 10, 2001
563
0
0
US
hey, just wonderin how you can change the screen's background color -Greg :-Q

flaga.gif
 
Read the help files and look at SCREEN statement specifically. If you have any code that is giving you problems, post the section and we'll take a look at it and give you some guidence.

--MiggyD It's better to have two heads to solve a problem from different angles than to have tunnel vision to a dead end.
 
Read up on the PAINT statement - if u mean the colour during prgram execution

If you mean the colour of the Qbasic screen goto Options>Display
 
If you are using the text screen, this statement will work:
Code:
 color ,<color number you wish to use as background>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top