Results 1 to 6 of 6

Thread: Display .GIF files

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Location
    -
    Posts
    101
    Hi! How can I show a moving GIF file in a form?
    I've tried to use the PictureBox and Image control but it only showed a non-moving picture.

    Thanks.

    - I'm using VB 6.0 Enterprise Edition
    icq: 16228887

  2. #2
    Guest
    Use the webbrowser (shdocvw.dll) control.

    Code:
    Webbrowser1.Navigate "C:\gifs\movinggif.gif"

  3. #3
    Guest

    Thumbs up Or use gif89.ocx, a few control

    Check out

    http://www.planet-source-code.com/vb...=6762&lngWId=1

    Free control to do what you want

  4. #4
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    Anyone know how to display a tif file that has an alpha channel??

    no wang won't work!
    Kurt Simons
    [I know I'm a hack but my clients don't!]

  5. #5
    Guest

    Question What the heck is an alapha channel

    Sounds daunting.....

  6. #6
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    32 bit alpha

    8 red
    8 green
    8 blue

    8 transparency bytes
    Kurt Simons
    [I know I'm a hack but my clients don't!]

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