Main Menu

HOME

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

US Job listings




   Misc

   Amazon

   Links

    


Text intensity
 

 

 

Description

This uses various functions to display different levels of text intensity . Useful if you needed to highlight some text instructions on the screen in a program.

Code


#include <conio.h>

int main()
{
clrscr();
lowvideo();
cprintf("This is low video text.\n");
highvideo();
cprintf("This is high video text.\n");
normvideo();
cprintf("Back to normal again.\n");
return 0;
}

Information

tested using LCC Win 32

 

 

 

 

Download

textintensity.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
display the html of a web page(C Sharp)
celsius to fahrenheit conversion(C Sharp)
display how many seconds windows has been running(VB)
Open display properties background(VB)
basic web control example(VB)
find a string in another(PHP)
Compare 2 strings(ASP)
select box example(HTML)

    




Copyright © 2003 by programmershelp.co.uk