Thread: blinking not even winking

  1. #1
    Unregistered
    Guest

    Angry blinking not even winking

    How do I use blink in my code,what text blinks i'v got all the required header files and this code in a function but no blinking text, this is a dos prog running on win 95.


    textcolor(CYAN+BLINK);
    cprintf("\n\nwarning");

    thanks.

  2. #2
    Registered User alex's Avatar
    Join Date
    Sep 2001
    Posts
    132
    Try switching to full-screen mode! Your code probably prints cyan text on a gray background in windowed mode. This is just a limitation of win95 not being able to emulate blinking text in graphics modes. By the way: most people dislike [BLINK]blinking[/BLINK] text.

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    35
    hahahaha my brother told me that newer browsers have removed the 'blink' tag because it has given people seizures!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Please help me with blinking or flashing command
    By harman007 in forum C++ Programming
    Replies: 1
    Last Post: 11-01-2007, 03:36 AM
  2. blinking output
    By wanex in forum C++ Programming
    Replies: 7
    Last Post: 03-26-2006, 06:02 AM
  3. Darned Blinking Cursor
    By VOX in forum C Programming
    Replies: 18
    Last Post: 11-23-2004, 06:36 PM
  4. blinking cursor
    By dP munky in forum Game Programming
    Replies: 6
    Last Post: 02-15-2003, 11:21 PM
  5. Blinking???
    By izimmer in forum C Programming
    Replies: 11
    Last Post: 05-16-2002, 01:06 PM