Click here to Skip to main content
15,893,722 members
Articles / Programming Languages / Visual Basic

Weather Forecast with Yahoo! Weather RSS Feed

Rate me:
Please Sign up or sign in to vote.
4.39/5 (20 votes)
13 Jul 2009CPOL2 min read 235K   3.4K   49  
A class based on the Yahoo! Weather RSS feed.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NewFolder1", "NewFolder1", "{21A2930E-DA93-4DAF-9511-F193A5E3C471}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UI", "UI", "{920ED032-8190-4D0D-8787-2A00A70D87E4}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "YahooWeatherLib", "YahooWeatherLib\YahooWeatherLib.vbproj", "{85C8666F-A442-4094-AF28-9A5523E0C620}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "YahooWeatherWin", "YahooWeatherWin\YahooWeatherWin.vbproj", "{626429AF-6DDF-43DD-A5C4-EE587AB635CF}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "YahooWeatherWeb", "YahooWeatherWeb", "{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFramework = "3.5"
		ProjectReferences = "{85C8666F-A442-4094-AF28-9A5523E0C620}|YahooWeatherLib.dll;"
		Debug.AspNetCompiler.VirtualPath = "/YahooWeatherWeb"
		Debug.AspNetCompiler.PhysicalPath = "YahooWeatherWeb\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\YahooWeatherWeb\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/YahooWeatherWeb"
		Release.AspNetCompiler.PhysicalPath = "YahooWeatherWeb\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\YahooWeatherWeb\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1645"
		DefaultWebSiteLanguage = "Visual Basic"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{85C8666F-A442-4094-AF28-9A5523E0C620}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{85C8666F-A442-4094-AF28-9A5523E0C620}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{85C8666F-A442-4094-AF28-9A5523E0C620}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{85C8666F-A442-4094-AF28-9A5523E0C620}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{85C8666F-A442-4094-AF28-9A5523E0C620}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{85C8666F-A442-4094-AF28-9A5523E0C620}.Release|.NET.ActiveCfg = Release|Any CPU
		{85C8666F-A442-4094-AF28-9A5523E0C620}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{85C8666F-A442-4094-AF28-9A5523E0C620}.Release|Any CPU.Build.0 = Release|Any CPU
		{85C8666F-A442-4094-AF28-9A5523E0C620}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{85C8666F-A442-4094-AF28-9A5523E0C620}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF}.Release|.NET.ActiveCfg = Release|Any CPU
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF}.Release|Any CPU.Build.0 = Release|Any CPU
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}.Debug|.NET.ActiveCfg = Debug|.NET
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}.Debug|.NET.Build.0 = Debug|.NET
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}.Release|.NET.ActiveCfg = Debug|.NET
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}.Release|.NET.Build.0 = Debug|.NET
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}.Release|Any CPU.ActiveCfg = Debug|.NET
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3}.Release|Mixed Platforms.Build.0 = Debug|.NET
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{85C8666F-A442-4094-AF28-9A5523E0C620} = {21A2930E-DA93-4DAF-9511-F193A5E3C471}
		{626429AF-6DDF-43DD-A5C4-EE587AB635CF} = {920ED032-8190-4D0D-8787-2A00A70D87E4}
		{7B9B771D-B1FC-4C56-BC4F-D3BCDCFCD1B3} = {920ED032-8190-4D0D-8787-2A00A70D87E4}
	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
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions