video player

Hi, what is the easiest way to play mpeg, avi using VS.NET 2003

I will create a folder which contains 001.mpeg, 002.mpeg, 003.avi, 004.avi ...etc. After that, I will load them one by one into the player. I have to make a full screen player (or minimize the borders). At the bottom of the player, there is a scrolling text bar to show some news. My platform is window XP.


Answer this question

video player

  • Tony Leung

    The easiest way would be DirectShow, but it also sucks ( managed Direct Show is full of bugs ). The next option would be the Windows Media player SDK, which works well.



  • video player