Click here to Skip to main content
15,891,864 members
Articles / Desktop Programming / Windows Forms

FileSelect - Hassle Free Implementation of the File Menu

Rate me:
Please Sign up or sign in to vote.
4.67/5 (15 votes)
4 May 2009CPOL13 min read 51.3K   512   39  
A WinForms user control that implements the details of file handling commands for any document-centric application

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFileSelect", "TestFileSelect\TestFileSelect.csproj", "{09B2293D-39E4-4262-B3C4-82020FEE5AD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSelect", "FileSelect\FileSelect.csproj", "{8C41A0F1-B34C-4834-AA50-075A9FC8334B}"
EndProject
Global
	GlobalSection(SubversionScc) = preSolution
		Svn-Managed = True
		Manager = AnkhSVN - Subversion Support for Visual Studio
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{09B2293D-39E4-4262-B3C4-82020FEE5AD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{09B2293D-39E4-4262-B3C4-82020FEE5AD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{09B2293D-39E4-4262-B3C4-82020FEE5AD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{09B2293D-39E4-4262-B3C4-82020FEE5AD7}.Release|Any CPU.Build.0 = Release|Any CPU
		{8C41A0F1-B34C-4834-AA50-075A9FC8334B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8C41A0F1-B34C-4834-AA50-075A9FC8334B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8C41A0F1-B34C-4834-AA50-075A9FC8334B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8C41A0F1-B34C-4834-AA50-075A9FC8334B}.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
Klippel
Germany Germany
Peter is tired of being called "Mr. Chen", even so certain individuals insist on it. No, he's not chinese.

Peter has seen lots of boxes you youngsters wouldn't even accept as calculators. He is proud of having visited the insides of a 16 Bit Machine.

In his spare time he ponders new ways of turning groceries into biohazards, or tries to coax South American officials to add some stamps to his passport.

Beyond these trivialities Peter works for Klippel[^], a small german company that wants to make mankind happier by selling them novel loudspeaker measurement equipment.


Where are you from?[^]



Please, if you are using one of my articles for anything, just leave me a comment. Seeing that this stuff is actually useful to someone is what keeps me posting and updating them.
Should you happen to not like it, tell me, too

Comments and Discussions