Is there a way in VB.NET 2005 to play the file progress avi file on a
Winform? I know there use to be a control in VB6 but there does not seem to
be one for .NET. I would rather not use external DLL's that I have to send
along with my EXE.

Thanks,
David

======================================
David McCarter
www.vsdntips.com
VSDN Tips & Tricks .NET Coding Standards available at:
www.cafepress.com/vsdntips.20412485

Re: Playing File Progress AVI by Herfried

Herfried
Wed Dec 07 18:16:46 CST 2005

"dotNetDave" <dotNetDave@discussions.microsoft.com> schrieb:
> Is there a way in VB.NET 2005 to play the file progress avi file on a
> Winform?

<URL:http://www.mentalis.org/soft/class.qpx?id=1>

contains a 'Video' class.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Re: Playing File Progress AVI by dotNetDave

dotNetDave
Wed Dec 07 18:37:02 CST 2005

I already read your post on the class you mentioned. Two issues with it:

1. It does not read from resourses (okay, I could fix that)
2. It does not support the transparency in the AVI file. I don't know how to
overcome this.

David

"Herfried K. Wagner [MVP]" wrote:

> "dotNetDave" <dotNetDave@discussions.microsoft.com> schrieb:
> > Is there a way in VB.NET 2005 to play the file progress avi file on a
> > Winform?
>
> <URL:http://www.mentalis.org/soft/class.qpx?id=1>
>
> contains a 'Video' class.
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>
>