
Label1.Left -= 5 If Label1.Left <= -Width Then Label1.Left = Width End If End Sub End Class
Do Until Label1.location.X = 100 'or whatever Label1.Location = New Point(Label1.Location.X - 2, Label1.location.y) System.Threading.Thread.Sleep(100) Loop

label1.text = label1.text + label1.remove(1,label1.length) 'copies the first letter to the end label1.remove(0,1) ' removes the first letter