Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

Make money selling software. Check this out here

Hosted clickbank mall. Check this out here




   Misc

   Amazon

   Links

    


Background color change
 

 

 

Description

This changes the background behind text using the textbackground function which some compilers support

Code


#include <conio.h>

int main()
{
int color;
for(color=0;color<8;color++)
{
textbackground(color);
cprintf("This is color %d\n",color);
}
return 0;
}

Information

tested using LCC Win 32

 

 

 

 

 

Download

textbackground.txt


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
shared resources on your pc(VB)
This program deletes a folder(VB)
write a character using cout(C++)
word count example in php(php)
check if SQL server is installed on your computer(VBScript)
Status bar clock(Javascript)
background effect(Javascript)
Beep(VB)

    




Copyright © 2003 by programmershelp.co.uk