is it possible to implement an animated picture into my vb6 project? If so how would i go about doing this? thanx!
Printable View
is it possible to implement an animated picture into my vb6 project? If so how would i go about doing this? thanx!
There are all kinds of methods you can use to integrate Animation into a Project, for example you could..
Use the Webbrowser Control to Display an Animated GIF.
Use an Image Control Array of Still Images with a Timer.
Use a Single Static Image containing a Grid of Frames and use the PictureClip control to Select individual Cells into a Image Control using a Timer.
Or.. Insert an AVI Clip, using the MultiMedia Control.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]