Play avi file

  • Thread starter Thread starter phonl
  • Start date Start date
P

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