How do i insert a animation in visual basic? is it the same as a picture box?
Printable View
How do i insert a animation in visual basic? is it the same as a picture box?
Also is it possible to play/stop the animation from code in visual basic?
Use the Drawing.ImageAnimator.Animate, Drawing.ImageAnimator.StopAnimate and Drawing.ImageAnimator.UpdateFrames methods. You should first load the animation into a picture box as an image.
Thankyou
Sure...Quote:
Please rate helpful ppl's posts. It's the best 'thank you' you can give
Resolved!!!!
Thanks for the rate. I'm glad to be of service. Cheers!