|
-
Nov 29th, 1999, 01:25 AM
#1
Thread Starter
Addicted Member
is it possible to implement an animated picture into my vb6 project? If so how would i go about doing this? thanx!
-
Nov 29th, 1999, 03:44 AM
#2
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|