Playing File Progress AVI

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top