Marquee: Rotates the form's caption
Marquee: Rotates the form's caption
Rate Marquee: Rotates the form's caption
(1(1 Vote))
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
Marquee: Rotates the form's caption Comments
No comments yet — be the first to post one!
Post a Comment