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

    


Blinking text
 

 

Description

Some compilers in their conio.h include file have a textattr function this allows you to set the color of the text , this is worse blinking text aagh.

Code


#include <conio.h>

int main()
{
int color;


textattr(128 + 10);
cprintf("This is blinking text\n");
return 0;
}

Information

 

 

 

 

 

Download

blinking.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
check network connection(VB)
scroll to bottom of text box(VB)
display serial port configuration(VBScript)
list disk drive information in an excel spreadsheet(VBScript)
display system colors(VB)
Display ASP code on an HTML page(ASP)
Graph(PHP)
time to load page example(php)

    




Copyright © 2003 by programmershelp.co.uk