Results 1 to 2 of 2

Thread: avi's in screensaver

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    10

    Question

    I'm trying to make a screen saver that will play an AVI while it's open. I'm using Ulead to make the AVI. But i can't figure out how to open the AVI in VB, then on startup, automatically run the AVI.

    Please help

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Use this jobby :

    Animation Control


    The Animation control allows you to create buttons which display animations, such as .avi files, when clicked. The control can play only AVI files that have no sound. In addition, the Animation control can display only uncompressed.avi files or .avi files that have been compressed using Run-Length Encoding (RLE).

    Remarks

    If you attempt to load an .avi file that includes sound data or that is in a format not supported by the control, an error (error 35752) is returned.

    An example of this control is the file copy progress bar in Windows 95, which uses an Animation control. Pieces of paper "fly" from one folder to another while the copy operation executes.
    - jamie
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

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