playing video file in c#

can anyone help me in running the video file in C#.

If u have any links which descrips regarding "video streams and C# " tell me please.

thanks and regards,

Singam



Answer this question

playing video file in c#

  • Freddie Sia

    You can use Microsoft.DirectX.AudioVideoPlayback, more info here.

  • muratseenr

    Hi,

    Follow these steps...

    Goto toolbox.
    Righ click and select the choose item.
    Dialouge will apear goto com components tab.
    There will be windows media player at near end of list select it.

    now windows media player control is added in the toolbox drag it to form.

    Set its URL property to the file location you want to play e.g. C:\demo.mp3 etc

    Hope this help



  • playing video file in c#