Hello, Guys out there i just wanna ask if it's possible to develop an animation code with vb.net :confused:
Printable View
Hello, Guys out there i just wanna ask if it's possible to develop an animation code with vb.net :confused:
what do you mean by animation code?
what are you looking to animate?
If you want to have an animation on your form, you could do it a couple of ways. The easiest way would be to have an animated gif placed into a picturebox. A more interesting way would be to use timers to change pictures to make it appear like an animation, and you could also use the setbounds method to make the picture boxes move around the form.