Click here to Skip to main content
15,892,643 members
Articles / Desktop Programming / Win32

Rating Stars for Windows Media Player

Rate me:
Please Sign up or sign in to vote.
3.67/5 (2 votes)
16 Mar 2009CPOL2 min read 22.4K   468   8  
How to create stars to display the UserRating property in WMP.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Basic Express 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WMPRatingStarsSample", "WMPRatingStarsSample\WMPRatingStarsSample.vbproj", "{701208AD-BD16-4231-8A8A-A6F3731EF810}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{701208AD-BD16-4231-8A8A-A6F3731EF810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{701208AD-BD16-4231-8A8A-A6F3731EF810}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{701208AD-BD16-4231-8A8A-A6F3731EF810}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{701208AD-BD16-4231-8A8A-A6F3731EF810}.Release|Any CPU.Build.0 = Release|Any CPU
	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
Software Developer
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions