Click here to Skip to main content
15,886,026 members
Articles / Desktop Programming / Win32

A Full Yahoo! Weather App, Yes Another One

Rate me:
Please Sign up or sign in to vote.
4.96/5 (29 votes)
16 Apr 2011CPOL8 min read 244.5K   3.9K   110  
Uses Farhad Siasar's YahooWeathertlb library with a few added functions

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
Retired
United States United States
I am currently retired.
I have no degree but I have some programming experience
when I was in college(Cobol, Pascal).

My accomplishments thus far are;
Best VB.Net article for January(2009)
Best VB.Net article for July(2009)

Comments and Discussions