| Public Function ScrollText(strText As String) As String strText = (Right$(strText, Len(strText) - 1)) & Left$(strText, 1) ScrollText = strText End Function Private Sub Form_Load() Form1.Caption = " Welcome to my program.! My email: trigwc@hotmail.com " End Sub Private Sub Timer1_Timer() 'Timer1.Interval = 150 Form1.Caption = ScrollText(Form1.Caption) End Sub |
Scroll Form Caption |
Express News India | Freelance ecommerce web development India