Click here to Skip to main content
16,004,602 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,
I am a new leaner of vb.net . I want to make a image moving along a fix line animation. How can i do?
Posted
Comments
Sergey Alexandrovich Kryukov 6-May-15 21:31pm    
It depends on application type and UI library/framework you want to use.
—SA

1 solution

At first you could use a PictureBox for your Image.
Now you insert a Timer into your Application (this is one possibility).
The Timer calls a Sub in which you can increase the Position of the PictureBox with the prefered Intervall.
Now you only have to check the limits of your Screen.

Greetings
Ralf
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900