VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



animation program

by kabir jimoh olalekan (1 Submission)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 3rd December 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

animation program

API Declarations


' control needed
' timer control
' any other control that u want to animate



Rate animation program



timer1.interval=timer1.interval + 1000
*****************************************
uner timer control
' let use label control as an example
label1.left=label1.left + 1000
if label1.left > me.width then
label1.left=0
endif

Download this snippet    Add to My Saved Code

animation program Comments

No comments have been posted about animation program. Why not be the first to post a comment about animation program.

Post your comment

Subject:
Message:
0/1000 characters