Displaying .AVI file in VB.NET

jeaniedave

Newcomer
Joined
May 1, 2003
Messages
8
How do I display a .AVI file in VB.NET? For example, I'd like
to display the FILECOPY.AVI file while copying a file, similar to
the standard Microsoft method.
Thanks
 
Unfortunately there is no wrapper for the common controls animate component. If you're confident about writing controls it wouldn't take long to write the wrapper, otherwise, you could take a look and see if anyone else has written one.

As a last resort, you could try the common controls-2 or 3 activex controls.
 
Back
Top