VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Marquee: Rotates the form's caption

by Raymond "MONster27" Bustamante (2 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 5th December 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Marquee: Rotates the form's caption

Rate Marquee: Rotates the form's caption



dim l as integer

private sub form_load()
     n = "Raymond Bustamante"+space(20)
     l = len(n)-1
end sub

private sub timer_timer()
     n = left(right(n,l),l)+left(n,l)
     form.caption = n
end sub

Download this snippet    Add to My Saved Code

Marquee: Rotates the form's caption Comments

No comments have been posted about Marquee: Rotates the form's caption. Why not be the first to post a comment about Marquee: Rotates the form's caption.

Post your comment

Subject:
Message:
0/1000 characters