Post: Flashing color text on C#?
05-01-2015, 03:08 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello guys,
I'm trying to learn the C# basics and I'd love to know how to use or code the blinking / flashing text. You know, it looks like a rainbow.
I searched a little bit but didn't find anything. Any help / ideas?
05-01-2015, 03:15 PM #2
RTE
Keep it real!
Originally posted by SynergyAzur View Post
Hello guys,
I'm trying to learn the C# basics and I'd love to know how to use or code the blinking / flashing text. You know, it looks like a rainbow.
I searched a little bit but didn't find anything. Any help / ideas?



  • Add a timer
  • In Form1_Load add timer1.Start(); and timer1.Enabled = true;
  • Then double click the timer and add You must login or register to view this content.code in


The following user thanked RTE for this useful post:

SynergyAzur
05-01-2015, 04:25 PM #3
Thank you so much, it works really good Happy
05-01-2015, 04:25 PM #4
Originally posted by ResistTheEarth View Post

  • Add a timer
  • In Form1_Load add timer1.Start(); and timer1.Enabled = true;
  • Then double click the timer and add You must login or register to view this content.code in



Thank you so much, it works really good Happy
05-03-2015, 12:12 AM #5
jagex
Gym leader
have you tried using wpf? You can do all that in a storyboard instead of a timer

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo