flashing text int title bar and label, very easy
flashing text int title bar and label, very easy
Rate flashing text int title bar and label, very easy
(1(1 Vote))
==============
REQUIRED OBJECTS:-
TEXT1
LABEL1
TIMER1
TIMER2
Private Sub Text1_Change()
On Error Resume Next
Timer2.Interval = Val(Text1.Text)
End Sub
Private Sub Timer1_Timer()
If Label1.Caption = "Manchester City Football Club" Then
Label1.Caption = ""
Exit Sub
End If
If Label1.Caption = "" Then
Label1.Caption = "Manchester City Football Club"
Exit Sub
flashing text int title bar and label, very easy Comments
No comments yet — be the first to post one!
Post a Comment