Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

C# Media Player Tutorial

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
8,037
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Oct 29, 2010

Please rate, comment, and subscribe!

This is a video on how to create a media player in Microsoft Visual Studio C#

The download can be found here:
http://www.microsoft.com/express/Downloads/#2010-Visual-CS

Here is the code in case you missed it:

OpenFileDialog open = new OpenFileDialog(); open.Title = "Open"; open.Filter = "All Files|*.*"; try { if (open.ShowDialog() == System.Windows.Forms.DialogResult.OK) { axWindowsMediaPlayer1.URL = (open.FileName); } } catch (ArgumentException ex) { MessageBox.Show(ex.Message.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } catch (Exception ex) { MessageBox.Show(ex.Message.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); }

Category:

Howto & Style

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:

Uploader Comments (SonicStormCaller)

  • Awesome.

  • @TheKnightSolaris

    Sorry for late response.

    Thanks!

  • thank you very much now i can play videos and images in my program!!!

  • @tigreHHH

    Sorry for late response.

    I'm glad I helped!

see all

All Comments (15)

Sign In or Sign Up now to post a comment!
  • @SonicStormCaller can we change the layouts or the graphics of the player.....

  • @sonicStormCaller can you help me with my project is there any library in C# for sounds particularly with detecting the frequencies and the data will be sent through parallel port and the frequencies will be indicated by using LED's... thank you..

  • I have a question! How can I open directly a video in my Application?

    I don't want to choose a video to open and yes open a video in the very moment the form is loaded

  • Simply perfect!

  • Helped a lot. Thanks

  • Thank You so Much ;

    I Like This

  • @SonicStormCaller i keep getting vh host has stopped working

  • Would these codes work if i were using visual C# 2008 Express edition

  • ok so i cant debug it or publish it coz there something wrong hhhhmmmm :(

  • Nice! My first coded program right there :P

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more