Results 1 to 2 of 2

Thread: animated pics?

  1. #1

    Thread Starter
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    Post

    is it possible to implement an animated picture into my vb6 project? If so how would i go about doing this? thanx!

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    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
  •  



Click Here to Expand Forum to Full Width