Thank you for providing such a helpful video, you also inspired me to get the video to play within Windows Media Player rather than making seperate buttons to manage it. You have just earned a new subscriber.
Good video, but the video did not resume after clicking play again. problem is that every time play is clicked the URL is reset. A little logic gets around this as shown in the following. Initially set up a global string variable called resume and assign value "Start" then see the logic below: private void btnStart_Click(object sender, EventArgs e) { if (resume == "Start") { axWindowsMediaPlayer1.URL = txtPath.Text; axWindowsMediaPlayer1.Ctlcontrols.play(); resume = "Resume"; } else { axWindowsMediaPlayer1.Ctlcontrols.play(); } }
how can I make the music is already being save in the code without have to choose the file? cause my app is design special for the blind people thank you
Thanks for actually having voice over instructions instead of annoying techno music!
Thank you for providing such a helpful video, you also inspired me to get the video to play within Windows Media Player rather than making seperate buttons to manage it. You have just earned a new subscriber.
this is a real knowlege of programing.....hats off u sir for doing this amazing job for us..ur great
Thank you for this video. It really helped make sense of how to play multiple audio and video formats in a windows form program.
спасибо за Ваши видео уроки ! Полезные )
Good video, but the video did not resume after clicking play again. problem is that every time play is clicked the URL is reset. A little logic gets around this as shown in the following. Initially set up a global string variable called resume and assign value "Start" then see the logic below:
private void btnStart_Click(object sender, EventArgs e)
{
if (resume == "Start")
{
axWindowsMediaPlayer1.URL = txtPath.Text;
axWindowsMediaPlayer1.Ctlcontrols.play();
resume = "Resume";
}
else
{
axWindowsMediaPlayer1.Ctlcontrols.play();
}
}
thanks for the tutorial man!!!!
Great information! can you start at a certain point and the end of the video at a certain point?
My friend, thanks for the tutorial.
I would like to know how to reset the timer.
Could you tell?
Nice video. How to make video repeat?
This is a very very good tutorial
Wow thanks a lot man... Noe I can complete my assignment
I really love the video! thank for your help u still the one!!! merci beaucoup!!
Good video for uploading video tnks
Speed it up to 2
Trust me, you'll still understand anyway :L
thx
Thank it is OK, But it seem to me that Pause (Button) it do the same function as Stop (Button). The code should be add at Pause(Button) am I right?
thanks a lot sir ! Damn, why Indians are so good at Tech ?!
How do you change the current position of the slider? To go back 30 sec or jump ahead 10sec....???
Thank you for sharing...
great video dude thank
Great info!!
This is the correct version. :)
private void button_Click(object sender, EventArgs e)
{
OpenFileDialog openFileDialog1 = new OpenFileDialog();
DialogResult = openFileDialog1.ShowDialog();
if (DialogResult == DialogResult.OK)
{
this.textBox_path.Text = openFileDialog1.FileName;
}
}
10 minutes? You took 90 seconds just to check a box. Hurry up!
+Jimmy Watson just step by step buddy.
thank you
very good bro!!
Is it possible to set vedio in excelsheet's background ??
Please let me know..
how can i do this in WPF application instead of WindowsForms Application?
it plays mp3 files but not mp4 or wmv files can you help me with that? is that has something to do with extensions? and im missing something?
Terrible demo. Takes you 30 seconds to select one check box. 10 tries to resize a window. This video could have been half the length it is.
can you lchoose the video file to be shown in the actual code.
i have a question i was to do a playlist. I wantto auto pass when the finish music. How can i write ?
Hi, can this be done on asp.net using the same codes here?
Good this helped
THNX
can you please tell me how to make own video collage using images in c#
can u help in in encoding the data in wave audio file ?
How to add the music picture (when u play a song the album photo appears) to a windows form?
Делаю всё как на видео, в панели элементов он всё равно не появляется.
how to embed the equalizer in windows media player??? plz reply
thx bro!
how can I make the music is already being save in the code without have to choose the file?
cause my app is design special for the blind people
thank you
very nice my FRIEEENDD
XD
how to add video in sharp develop windows application?
An unhandled exception of type 'System.Windows.Forms.AxHost.InvalidActiveXStateException' occurred in AxInterop.WMPLib.dll
how to auto play next media from listbox c# form??
thank u :)
What if I wanted a song to loop?
What about moving the video forward frame by frame? Anyone know????? Mike in LA, Calif, USA
All at of copy
Why are you very slow?
To be a programmer is not a jock more especiary c#
My program crashes when I set the URL (as you show at 5:57) with code 3221225477 (0xc0000005) 'Access violation'