VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



The MOST simple scrolling marquee example with ONLY 1 line of code.

by Jessy Butzke (11 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 14th March 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

The MOST simple scrolling marquee example with ONLY 1 line of code.

Rate The MOST simple scrolling marquee example with ONLY 1 line of code.



    Me.Label1.Caption$ = Mid(Me.Label1.Caption$, 2) & Left(Me.Label1.Caption$, 1)
End Sub

Download this snippet    Add to My Saved Code

The MOST simple scrolling marquee example with ONLY 1 line of code. Comments

No comments have been posted about The MOST simple scrolling marquee example with ONLY 1 line of code.. Why not be the first to post a comment about The MOST simple scrolling marquee example with ONLY 1 line of code..

Post your comment

Subject:
Message:
0/1000 characters