Answered by:
how to make media player????

Question
-
hi all,
(C# WIN FORM)can any1 tell how to make media player same as we use in mobile phones?????
Saturday, October 22, 2011 6:10 AM
Answers
-
Windows Form doesn't have a control to play media. So below are few options you can try
- Media Player ActiveX as suggested by Malobukv
http://msdn.microsoft.com/en-us/library/windows/desktop/dd562851(v=vs.85).aspx
- DirectShow MediaPlayer
http://www.codeproject.com/KB/directx/directshowmediaplayer.aspx
- You can create a MediaPlayer in WPF and host the control in Windows Form
http://msdn.microsoft.com/en-us/library/system.windows.forms.integration.elementhost.aspx
http://www.codeproject.com/KB/WPF/WPF_Media_Player.aspx
Gaurav Khanna | Microsoft VB.NET MVPSunday, October 23, 2011 6:08 PM - Media Player ActiveX as suggested by Malobukv
-
Hi guru225,
Welcome to the MSDN Forum.
Here are some examples for you on how to make media player:
Media Player Class:
http://www.codeproject.com/KB/audio-video/ECNMediaPlayerClass.aspxInteroperating with Windows Media Player using P/Invoke and C#:
http://www.codeproject.com/KB/cs/wmp_pinvoke.aspxRemote control media player:
http://www.codeproject.com/KB/cs/Re_Mp3.aspxIf you have any questions, please feel free to tell us.
Best Regards
Neddy Ren [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Marked as answer by Neddy Ren Wednesday, November 2, 2011 2:26 AM
Tuesday, October 25, 2011 9:50 AM -
Hi,
To Play Media Player in Winforms check the below links
1)http://visualcsharptutorials.com/2011/08/simple-media-player/
2)http://msdn.microsoft.com/en-us/library/windows/desktop/dd562851%28v=vs.85%29.aspx
3)http://www.dotnetcurry.com/ShowArticle.aspx?ID=115
PS.Shakeer Hussain- Marked as answer by Neddy Ren Wednesday, November 2, 2011 2:26 AM
Tuesday, October 25, 2011 11:27 AM
All replies
-
-
Windows Form doesn't have a control to play media. So below are few options you can try
- Media Player ActiveX as suggested by Malobukv
http://msdn.microsoft.com/en-us/library/windows/desktop/dd562851(v=vs.85).aspx
- DirectShow MediaPlayer
http://www.codeproject.com/KB/directx/directshowmediaplayer.aspx
- You can create a MediaPlayer in WPF and host the control in Windows Form
http://msdn.microsoft.com/en-us/library/system.windows.forms.integration.elementhost.aspx
http://www.codeproject.com/KB/WPF/WPF_Media_Player.aspx
Gaurav Khanna | Microsoft VB.NET MVPSunday, October 23, 2011 6:08 PM - Media Player ActiveX as suggested by Malobukv
-
Hi guru225,
Welcome to the MSDN Forum.
Here are some examples for you on how to make media player:
Media Player Class:
http://www.codeproject.com/KB/audio-video/ECNMediaPlayerClass.aspxInteroperating with Windows Media Player using P/Invoke and C#:
http://www.codeproject.com/KB/cs/wmp_pinvoke.aspxRemote control media player:
http://www.codeproject.com/KB/cs/Re_Mp3.aspxIf you have any questions, please feel free to tell us.
Best Regards
Neddy Ren [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Marked as answer by Neddy Ren Wednesday, November 2, 2011 2:26 AM
Tuesday, October 25, 2011 9:50 AM -
Hi,
To Play Media Player in Winforms check the below links
1)http://visualcsharptutorials.com/2011/08/simple-media-player/
2)http://msdn.microsoft.com/en-us/library/windows/desktop/dd562851%28v=vs.85%29.aspx
3)http://www.dotnetcurry.com/ShowArticle.aspx?ID=115
PS.Shakeer Hussain- Marked as answer by Neddy Ren Wednesday, November 2, 2011 2:26 AM
Tuesday, October 25, 2011 11:27 AM -
thx for replying....i will give try ...... :)Wednesday, November 2, 2011 7:42 AM