Results 1 to 5 of 5

Thread: Avi files

  1. #1

    Thread Starter
    Addicted Member Ester's Avatar
    Join Date
    Feb 2001
    Posts
    148
    how can i display and Avi movie file?
    Tell whoever has sorrow,
    Grief shall never last
    Just as joy has no tommorow,
    Woe is bound not to last
    Estrelitta

  2. #2
    Lively Member chrisgaddy's Avatar
    Join Date
    Mar 2001
    Location
    Olive Branch, MS
    Posts
    71
    place the Microsoft Media Control on your form. Place a picture box on your form...

    'set the picture box to accept the avi file
    MMControl1.hWndDisplay = Picture1.hWnd
    'let the media control know what it is going to play
    MMControl1.DeviceType = "AVIVideo"
    'specify the file to open
    MMControl1.FileName = "C:\WINNT\clock.avi"
    'open the control
    MMControl1.Command = "OPEN"
    'now play the file
    MMControl1.Command = "PLAY"

    Make sure you close the control when complete. To close it:

    MMControl1.Command = "Close"

  3. #3

    Thread Starter
    Addicted Member Ester's Avatar
    Join Date
    Feb 2001
    Posts
    148
    hello there
    how can i resize the the picture box to the right size of the movie, i tried using autosize property but during runtime the size of the picture box was still the same, with a part of it blank and the other part with like half the movie screen
    Tell whoever has sorrow,
    Grief shall never last
    Just as joy has no tommorow,
    Woe is bound not to last
    Estrelitta

  4. #4
    Lively Member chrisgaddy's Avatar
    Join Date
    Mar 2001
    Location
    Olive Branch, MS
    Posts
    71
    Hey Ester, this link should help you:


    http://support.microsoft.com/support...SRCH&SPR=MSALL

  5. #5

    Thread Starter
    Addicted Member Ester's Avatar
    Join Date
    Feb 2001
    Posts
    148
    thxxxxxxxxxxxxx a lot, that was just exactly what i wanted
    Tell whoever has sorrow,
    Grief shall never last
    Just as joy has no tommorow,
    Woe is bound not to last
    Estrelitta

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