- Home
·
- Graphics
·
- This code will create a simple label scrolling on your form
This code will create a simple label scrolling on your form
This code will create a simple label scrolling on your form
Rate This code will create a simple label scrolling on your form
(1(1 Vote))
'take 1 timer have interval of 125 and paste this code in it.
if label1.left >500 then
label1.left=1000
else
label1.left=label1.left-122
end if
This code will create a simple label scrolling on your form Comments
No comments yet — be the first to post one!
Post a Comment