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
Printable View
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
You could use a timer and set the interval to whatever and just do:
VB Code:
Image1.Left = Image1.left + 1 ' etc
ACK! silly me :o
Thanks,
Chris
Anytime, we have all been in that boat one time or another :D