Click here to Skip to main content
15,893,401 members
Articles / Programming Languages / C#

Folder protection for Windows using C# and concepts on Windows Shell menu for folders

Rate me:
Please Sign up or sign in to vote.
4.07/5 (86 votes)
11 May 2012CPOL8 min read 369K   36K   142  
Unique folder protection that issues Windows Class IDS to protect folders.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FolderProtection", "FolderProtection\FolderProtection.csproj", "{AD15A238-6E71-4FC0-9C6C-199B264F6A5E}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{AD15A238-6E71-4FC0-9C6C-199B264F6A5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{AD15A238-6E71-4FC0-9C6C-199B264F6A5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{AD15A238-6E71-4FC0-9C6C-199B264F6A5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{AD15A238-6E71-4FC0-9C6C-199B264F6A5E}.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
President
India India
Did you like his post?

Oh, lets go a bit further to know him better.
Visit his Website : www.abhisheksur.com to know more about Abhishek.

Abhishek also authored a book on .NET 4.5 Features and recommends you to read it, you will learn a lot from it.
http://bit.ly/EXPERTCookBook

Basically he is from India, who loves to explore the .NET world. He loves to code and in his leisure you always find him talking about technical stuffs.

Working as a VP product of APPSeCONNECT, an integration platform of future, he does all sort of innovation around the product.

Have any problem? Write to him in his Forum.

You can also mail him directly to abhi2434@yahoo.com

Want a Coder like him for your project?
Drop him a mail to contact@abhisheksur.com

Visit His Blog

Dotnet Tricks and Tips



Dont forget to vote or share your comments about his Writing

Comments and Discussions