Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

Ini Handler

Rate me:
Please Sign up or sign in to vote.
4.00/5 (24 votes)
2 Jun 20042 min read 101.9K   2K   53  
Permits simple access to ini files
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IniHandlerDemo", "IniHandlerDemo.csproj", "{530229AC-7EBB-43FF-B591-1EC8E4C31114}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{530229AC-7EBB-43FF-B591-1EC8E4C31114}.Debug.ActiveCfg = Debug|.NET
		{530229AC-7EBB-43FF-B591-1EC8E4C31114}.Debug.Build.0 = Debug|.NET
		{530229AC-7EBB-43FF-B591-1EC8E4C31114}.Release.ActiveCfg = Release|.NET
		{530229AC-7EBB-43FF-B591-1EC8E4C31114}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Switzerland Switzerland
I left the Microsoft world, and am now working with linux and a BSD. This switch was a big relief, mostly for my keyboard, which doesn't get slammed again.

A big thank you to those who helped me with their good articles.

Comments and Discussions