Question How to move a picture box according to a result (Calculator)

Alloyd21

Member
Joined
May 21, 2011
Messages
13
Location
Geelong, Australia
Programming Experience
Beginner
Hi,
Ive made a calculator that estimates how high a model rocket will go.
I was intending on making a simulation that will show you visually how high it will go.
(Little rocket image goes up and stops at estimated hight)

I know how to make a picture box move and everything, but i can only make it move to a set distance.

Any ideas?
 
My code, as it is a somewhat complicated calculator, it HUGE. So i'll just provide a quick summary

VB.NET:
Resultslbl.text = Input1txt.text x Input2txt.text

So Resultslbl.text is how high i want the image to move.

Thats basically all I've got in terms of beginning the animation side of things

Thanks
 
Back
Top