|
-
Apr 14th, 2003, 11:47 PM
#1
Thread Starter
Registered User
Silly, quick question
How do I make an image, or whatever
go from one end of a line, to the other
(without using keydown etc)
On form load. Ive tried all kinds of loops
etc.. but they wont work.
What can I do?
Chris
-
Apr 14th, 2003, 11:53 PM
#2
Frenzied Member
You could use a timer and set the interval to whatever and just do:
VB Code:
Image1.Left = Image1.left + 1 ' etc
-
Apr 15th, 2003, 12:13 AM
#3
Thread Starter
Registered User
ACK! silly me
Thanks,
Chris
-
Apr 15th, 2003, 12:24 AM
#4
Frenzied Member
Anytime, we have all been in that boat one time or another
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|