VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code will create a simple label scrolling on your form

by ashok sahu (1 Submission)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 28th March 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This code will create a simple label scrolling on your form

Rate This code will create a simple label scrolling on your form



'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



Download this snippet    Add to My Saved Code

This code will create a simple label scrolling on your form Comments

No comments have been posted about This code will create a simple label scrolling on your form. Why not be the first to post a comment about This code will create a simple label scrolling on your form.

Post your comment

Subject:
Message:
0/1000 characters