I do not know how exactly this procedure is called but I want to create an application that lives only on the contextual menu of Windows Explorer (left click on explorer), something like http://www.extrabit.com/copyfilenames/ but I want to create another type of application. Where do I start? I am familiar with C++, C#, Visual Studio…
Share
What you are looking is called Shell Extensions, for more info check these MSDN entries about this topic.
Working with Shell Extensions