for get the tool bar
-
Are you using Win Forms? Just add a toolbar and add buttons to them. What issues are you having?
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Hi, If you are using windows form. then, For the Forward/Rewind you can use Trackbar control and following link will help you to add the buttons on toolbar: http://www.c-sharpcorner.com/UploadFile/mahesh/toolbar_tut11262005051151AM/toolbar_tut.aspx[^] Happy Coding :)
-
Have you seen the tutorial on building simple media player given here. http://visualcsharptutorials.com/net-framework/simple-media-player[^] I think it may be helpful to you.
-
Have you seen the tutorial on building simple media player given here. http://visualcsharptutorials.com/net-framework/simple-media-player[^] I think it may be helpful to you.
that is a nice link ...all code and steps are given... :)
-
Are you using Win Forms? Just add a toolbar and add buttons to them. What issues are you having?
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Have you seen the tutorial on building simple media player given here. http://visualcsharptutorials.com/net-framework/simple-media-player[^] I think it may be helpful to you.
-
Hi, If you are using windows form. then, For the Forward/Rewind you can use Trackbar control and following link will help you to add the buttons on toolbar: http://www.c-sharpcorner.com/UploadFile/mahesh/toolbar_tut11262005051151AM/toolbar_tut.aspx[^] Happy Coding :)
-
that is a nice link ...all code and steps are given... :)
Thank you.