VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Marque Text from Right to left

by Santosh , Amar, Anfraz (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB.NET
Difficulty: Unknown Difficulty
Originally Published: Mon 5th July 2010
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Marque Text from Right to left

Rate Marque Text from Right to left



    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        Timer1.Interval = NumericUpDown1.Value
        Label1.Left = Label1.Left - 10
        If Label1.Left < 0 - Label1.Width Then
            Label1.Left = Me.Width
        End If
    End Sub

Private Sub Form6_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Timer1.Enabled = True
    End Sub
End Class

Download this snippet    Add to My Saved Code

Marque Text from Right to left Comments

No comments have been posted about Marque Text from Right to left. Why not be the first to post a comment about Marque Text from Right to left.

Post your comment

Subject:
Message:
0/1000 characters