• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

C# Forum flashing text

TriteMods

Member
Whats up cc, today I'm giving you a little text tutorial on how to get a flashing label on a c# forum.

Like so:
262bdee38d479b87af1991ab49c1d2da.gif

First: Add a Timer and a Label to your forum.
b58e0e2ea29e680c4fbd72b57ec88abf.png

Now that you have that, edit your text to your liking.
After you have adjust it double click the "X" in the top right of your forum.
(or any blank space on the forum)

It will bring you to some code.
Inside the brackets add the following code,

timer1.Start();
timer1.Enabled = true;

You should be looking like this now:
5fd85f02ada9a15c89a5a04c0d0c4cf5.png

Now go back to your form and double click your timer.
Inside the brackets paste the following.

Timer Code; Random rand = new Random();
int A = rand.Next(0, 255);
int R = rand.Next(0, 255);
int G = rand.Next(0, 255);
int B = rand.Next(0, 255);
label1.ForeColor = Color.FromArgb(A, R, G, B);


Should be like this now!!
4f8aec1a4ab81cbe383fcea125c25041.png


Now when you run your project your text will be flashing!

Its not complicated so you shouldn't need help doing it.
Hope ya'll enjoyed
 
sorry i meant bo2 gsc menu's through likke gsc studio or whatever else
I use a sprx gsc loader i recommend you get it more easier than gsc studios also have a variate of menus to choose from multiplayer and zombies obvisouly theres going to be a eboot for multiplayer and one for zombies you can also restart your game and choose a different zombie or multiplayer menu
 
General chit-chat
Help Users


      You do not have the permission to use the chat.
      Chat Bot: Christo has joined the room.
      Back
      Top