VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Move text you put on the cation of your textlabel or text in your textbox

by Aries_Tranate(Bataan) (6 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 5th March 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



  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


Download this snippet    Add to My Saved Code

Move text you put on the cation of your textlabel or text in your textbox Comments

No comments have been posted about Move text you put on the cation of your textlabel or text in your textbox. Why not be the first to post a comment about Move text you put on the cation of your textlabel or text in your textbox.

Post your comment

Subject:
Message:
0/1000 characters