playing an avi file in a window

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Here is what I want to do..

You know how the file copy dialog boxes in explorer show an animated image
as the files copy? Well that is an AVI file with a magenta background color.
The background color becomes transparent when played on a form. How can I do
this in C# on a WinForm? Thanks
 
If it's possible, it will be in the managed directx classes. Unfortunately,
DirectShow has not been wrapped with managed classes (there is an
AudioVideoPlayback class, but I doubt it has the features you need).

The newsgroup for this library is:
microsoft.public.win32.programmer.directx.managed

Hope that helps you get started...
 
Back
Top