Move text you put on the cation of your textlabel or text in your textbox
Move text you put on the cation of your textlabel or text in your textbox
API Declarations
"put a timer on your form and a text or label"
"for more simple code or if you want a system to make in visual basic
"contact me at my mobile number 09196808745 / 047-791-5029"
"or email me at [email protected]
Rate Move text you put on the cation of your textlabel or text in your textbox
(1(1 Vote))
Label1.Caption="Aries Tranate "
scrolltimer.Enabled = True
scrolltimer.Interval = 100
End Sub
Private Sub scrolltimer_Timer()
Label1.Caption = Right(Label1.Caption, Len(Label1.Caption) - 1) + Left(Label1.Caption, 1)
End Sub
Move text you put on the cation of your textlabel or text in your textbox Comments
No comments yet — be the first to post one!
Post a Comment