Click here to Skip to main content
15,892,298 members
Articles / Programming Languages / C#

Using Windows Media Player Control in WPF

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
21 Nov 2012CPOL2 min read 56.6K   6K   9  
This article shows how to use Windows Media Player control in a WPF application to avoid the performance degradation of MediaElement

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WmpFormsLib", "WmpFormsLib\WmpFormsLib.csproj", "{A439047D-167E-4ED7-B93C-19424DBC1EB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaPlayer", "MediaPlayer\MediaPlayer.csproj", "{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A439047D-167E-4ED7-B93C-19424DBC1EB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A439047D-167E-4ED7-B93C-19424DBC1EB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A439047D-167E-4ED7-B93C-19424DBC1EB2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{A439047D-167E-4ED7-B93C-19424DBC1EB2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{A439047D-167E-4ED7-B93C-19424DBC1EB2}.Debug|x86.ActiveCfg = Debug|Any CPU
		{A439047D-167E-4ED7-B93C-19424DBC1EB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A439047D-167E-4ED7-B93C-19424DBC1EB2}.Release|Any CPU.Build.0 = Release|Any CPU
		{A439047D-167E-4ED7-B93C-19424DBC1EB2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{A439047D-167E-4ED7-B93C-19424DBC1EB2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{A439047D-167E-4ED7-B93C-19424DBC1EB2}.Release|x86.ActiveCfg = Release|Any CPU
		{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}.Debug|Any CPU.ActiveCfg = Debug|x86
		{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}.Debug|x86.ActiveCfg = Debug|x86
		{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}.Debug|x86.Build.0 = Debug|x86
		{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}.Release|Any CPU.ActiveCfg = Release|x86
		{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}.Release|Mixed Platforms.Build.0 = Release|x86
		{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}.Release|x86.ActiveCfg = Release|x86
		{2A9500FF-23FD-4F5C-8BC4-BAD8CB4840D4}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead https://mathiversity.com
Unknown
I am a full-stack developer. My skills include JavaScript, C#/.Net, MS Azure cloud etc. I love to work on complex programming tasks requiring deep analysis, planning and use of efficient algorithms and data structures.

Comments and Discussions