Video files question

T

Travis

Hi, I am working on a project where I want a video to be able to be
displayed. I just want to be extremely basic: they hit a Browse button,
select a .avi or .mpeg, and the video plays on the form (as a picture
displays in a PictureBox, I am essentially asking for a "VideoBox")

I don't need a pause, next, previous, or any of that. I just want the video
to play, and when it's done, it should loop, forever I guess until the form
closes.

Thanks for the help!
 
K

kimiraikkonen

Hi, I am working on a project where I want a video to be able to be
displayed. I just want to be extremely basic: they hit a Browse button,
select a .avi or .mpeg, and the video plays on the form (as a picture
displays in a PictureBox, I am essentially asking for a "VideoBox")

I don't need a pause, next, previous, or any of that. I just want the video
to play, and when it's done, it should loop, forever I guess until the form
closes.

Thanks for the help!

You can safely use Windows Media Player's ActiveX control by adding to
your toolbox from COM tab. Then associtate file's URL with WMP object
to play.

Hope this helps,

Onur Güzel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top