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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top