BP Forums
Little help! - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9)
+----- Thread: Little help! (/showthread.php?tid=642)



Little help! - Sohail - 09-10-2012

Hi guys,I'm totally new in programming and want to design
a media player like software and I was thinking that how can I make my software to open video files of any format.
Brandon I've watched your videos and learned many things from your tutorials,so thanks for that.I would be really thankful if you could help me with this too and guide me a little thanks.


Re: Little help! - brco900033 - 09-12-2012

To open all video formats is almost impossible.Every video format has its own 'code' and there are hundreds of formats.

However to make a regular video player like Windows Media Player you could use the Media Player Component. This supports the most common formats (avi, mpeg, 3gp, wmv ...)

Here you have a video on how to do that:
<!-- m --><a class="postlink" href="http://www.youtube.com/watch?v=9o6WerbXNCE">http://www.youtube.com/watch?v=9o6WerbXNCE</a><!-- m -->

Sorry, can't help you any further.


Re: Little help! - Sohail - 09-13-2012

Thanks for the reply!Anyone else can help?