Computer Science Canada Background color and changing font. |
Author: | Archi [ Thu Jul 24, 2003 12:53 am ] |
Post subject: | Background color and changing font. |
How do i make the entire background color change and not just where the text is? Also, how do I change the font of all my text without having to rewrite everything using the font.draw command? |
Author: | PaddyLong [ Thu Jul 24, 2003 10:53 am ] |
Post subject: | |
put a cls just after you change the background colour.. |
Author: | AsianSensation [ Thu Jul 24, 2003 1:49 pm ] |
Post subject: | |
use colorback (), then cls to change background color use color () to change the color of the words and there isn't a way to change the font except by using Font.Draw |
Author: | Archi [ Thu Jul 24, 2003 1:59 pm ] |
Post subject: | |
okey.. I get it now..Thanks. |
: |