Home All Groups Group Topic Archive Search About
Author
11 Oct 2006 1:18 PM
phonl
Moving from VB6, what is the .net component for playing an avi file?  In
VB6, it was the annimaiton control that was part of the Microsoft Common
Controls.  I want to play a simple avi file like the "filecopy.avi".

Author
11 Oct 2006 3:22 PM
PJ6
http://www.mentalis.org/soft/class.qpx?id=1

HTH,
Paul

Show quoteHide quote
"phonl" <phonl@newsgroups.nospam> wrote in message
news:e%2335PfT7GHA.200@TK2MSFTNGP05.phx.gbl...
> Moving from VB6, what is the .net component for playing an avi file?  In
> VB6, it was the annimaiton control that was part of the Microsoft Common
> Controls.  I want to play a simple avi file like the "filecopy.avi".
>
>
>
>
Author
11 Oct 2006 3:27 PM
Spam Catcher
"phonl" <phonl@newsgroups.nospam> wrote in news:e#35PfT7GHA.200
@TK2MSFTNGP05.phx.gbl:

> Moving from VB6, what is the .net component for playing an avi file?  In
> VB6, it was the annimaiton control that was part of the Microsoft Common
> Controls.  I want to play a simple avi file like the "filecopy.avi".


Windows Media Player 9 or 10 SDK.

It's pretty easy to use - and gives you full control over Media Player.
Author
11 Oct 2006 3:38 PM
Izzy
Couple things you can do.

First look at System.Diagnostics.Process.Start

If you don't like that approach then you can add a Windows Media Com
control and try that.

Izzy

phonl wrote:
Show quoteHide quote
> Moving from VB6, what is the .net component for playing an avi file?  In
> VB6, it was the annimaiton control that was part of the Microsoft Common
> Controls.  I want to play a simple avi file like the "filecopy.avi".