| [VB] Code For Flashing Text Applications | |
|
|
Author | Message |
---|
The1337Scope Administrator
Posts : 41 Points : 642 Reputation : 38 Join date : 2011-05-08
| Subject: [VB] Code For Flashing Text Applications Sun May 08, 2011 10:51 pm | |
| You Need timer - Code:
-
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick If Me.Label1.ForeColor = Me.Label1.BackColor Then Me.Label1.ForeColor = SystemColors.ControlText Else Me.Label1.ForeColor = Me.Label1.BackColor End If
'OR
If Me.Label1.ForeColor = SystemColors.ControlText Then Me.Label1.ForeColor = Color.Red Else Me.Label1.ForeColor = SystemColors.ControlText End If End Sub and you can make whatever you want flash to make backgrounds flash just replace label1 with whatever you want. | |
|
| |
NeoFlaveRR
Posts : 81 Points : 136 Reputation : 24 Join date : 2011-05-11 Location : •CrAzY Hacker•
| Subject: Re: [VB] Code For Flashing Text Applications Thu May 12, 2011 9:00 am | |
| Yea, NIiiiiiiice | |
|
| |
SkiLLz
Posts : 101 Points : 150 Reputation : 6 Join date : 2011-05-11
| Subject: Re: [VB] Code For Flashing Text Applications Thu May 12, 2011 2:50 pm | |
| | |
|
| |
xSiiGNaLz Moderator
Posts : 22 Points : 40 Reputation : 6 Join date : 2011-05-09
| Subject: Re: [VB] Code For Flashing Text Applications Thu May 12, 2011 9:00 pm | |
| | |
|
| |
SkiLLz
Posts : 101 Points : 150 Reputation : 6 Join date : 2011-05-11
| Subject: Re: [VB] Code For Flashing Text Applications Thu May 12, 2011 9:18 pm | |
| 1337 how do u know all of this lol | |
|
| |
The1337Scope Administrator
Posts : 41 Points : 642 Reputation : 38 Join date : 2011-05-08
| Subject: Re: [VB] Code For Flashing Text Applications Thu May 12, 2011 9:31 pm | |
| because im a fucking programmer duh! | |
|
| |
SkiLLz
Posts : 101 Points : 150 Reputation : 6 Join date : 2011-05-11
| Subject: Re: [VB] Code For Flashing Text Applications Thu May 12, 2011 9:33 pm | |
| what grade do u learn this in | |
|
| |
The1337Scope Administrator
Posts : 41 Points : 642 Reputation : 38 Join date : 2011-05-08
| Subject: Re: [VB] Code For Flashing Text Applications Thu May 12, 2011 10:35 pm | |
| | |
|
| |
Chwy250 Moderator
Posts : 54 Points : 79 Reputation : 9 Join date : 2011-05-09 Location : U.S.A
| Subject: Re: [VB] Code For Flashing Text Applications Thu May 12, 2011 10:41 pm | |
| To tell u the truth i suck at coding -_- | |
|
| |
SkiLLz
Posts : 101 Points : 150 Reputation : 6 Join date : 2011-05-11
| Subject: Re: [VB] Code For Flashing Text Applications Thu May 12, 2011 11:30 pm | |
| o well this is hard im in 7th | |
|
| |
NeoFlaveRR
Posts : 81 Points : 136 Reputation : 24 Join date : 2011-05-11 Location : •CrAzY Hacker•
| Subject: Re: [VB] Code For Flashing Text Applications Fri May 13, 2011 8:14 am | |
| He Is 1337 In This LuuL.. I CANT PROGRAMMING xD | |
|
| |
Sponsored content
| Subject: Re: [VB] Code For Flashing Text Applications | |
| |
|
| |
| [VB] Code For Flashing Text Applications | |
|