Click here to Skip to main content
15,896,606 members
Articles / Desktop Programming / Win32

Shell Extension with Keyboard Hook

Rate me:
Please Sign up or sign in to vote.
3.83/5 (5 votes)
31 Aug 2008CPOL9 min read 51.3K   882   36  
Shell Extension with Keyboard Hook

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ATLSmartMove", "ATLSmartMove\ATLSmartMove.vcproj", "{F5614BA7-9422-4418-A5CA-57B2BBA46330}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ATLSmartMovePS", "ATLSmartMove\ATLSmartMovePS.vcproj", "{4ECE2F21-DF80-48F1-81EF-173F527BF3C5}"
	ProjectSection(ProjectDependencies) = postProject
		{F5614BA7-9422-4418-A5CA-57B2BBA46330} = {F5614BA7-9422-4418-A5CA-57B2BBA46330}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F5614BA7-9422-4418-A5CA-57B2BBA46330}.Debug|Win32.ActiveCfg = Debug|Win32
		{F5614BA7-9422-4418-A5CA-57B2BBA46330}.Debug|Win32.Build.0 = Debug|Win32
		{F5614BA7-9422-4418-A5CA-57B2BBA46330}.Release|Win32.ActiveCfg = Release|Win32
		{F5614BA7-9422-4418-A5CA-57B2BBA46330}.Release|Win32.Build.0 = Release|Win32
		{4ECE2F21-DF80-48F1-81EF-173F527BF3C5}.Debug|Win32.ActiveCfg = Debug|Win32
		{4ECE2F21-DF80-48F1-81EF-173F527BF3C5}.Release|Win32.ActiveCfg = Release|Win32
	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
Software Developer (Senior) Independent
Argentina Argentina
I have been working as a developer for 15 years now, starting with gwbasic, moving to C and VB and then to VB.Net and later C#. I've used many languages, as languages is what I really like.

Comments and Discussions