Click here to Skip to main content
15,881,027 members
Articles / Programming Languages / Visual Basic

Save and Restore User Preferences

Rate me:
Please Sign up or sign in to vote.
4.53/5 (19 votes)
15 Jan 2004CPOL3 min read 154K   1.4K   75  
Persist virtually any information (including user defined structures, enums, object, etc.), per user.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Demo", "Demo\Demo.vbproj", "{417FC219-E5D0-45E3-9C27-514BDCF0B8FF}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{417FC219-E5D0-45E3-9C27-514BDCF0B8FF}.Debug.ActiveCfg = Debug|.NET
		{417FC219-E5D0-45E3-9C27-514BDCF0B8FF}.Debug.Build.0 = Debug|.NET
		{417FC219-E5D0-45E3-9C27-514BDCF0B8FF}.Release.ActiveCfg = Release|.NET
		{417FC219-E5D0-45E3-9C27-514BDCF0B8FF}.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions