The Context Menu Extension DLL is a standard type of the Shell extension handlers. Like all such handlers, it is in-process Component Object Model (COM) object implemented as dynamic-link library (DLL). The Context Menu Extension handler exports two interfaces in addition to IUnknown: IShellExtInit and IContextMenu. It uses standard functions and procedures that Windows Shell calls to manage data between the extension and the Shell, like IShellExtInit::Initialize, IContextMenu::QueryContextMenu, IContextMenu::GetCommandString, IContextMenu::InvokeCommand. And (of course) like all another COM objects the Context Menu Extension DLL exports standard functions: DllMain, DllGetClassObject, DllCanUnloadNow.
BUT YOUR OWN APPLICATION NEEDN'T TO KNOW ALL THE THINGS WRITTEN ABOVE!
Why?
Because the Context Menu Extension DLL works only with the Shell and interacts with your own application through a Command Line, using ShellExecute function with the next parameters:
lpOperation = "open";
lpFile = "fully_qualified_path_to_your_application" (The Context Menu Extension DLL reads this path from the registry)
lpParameters = pointer to the zero terminated string that consists all the items the Context Menu Extension DLL had got from the Shell. Your application parses this string to retrieve all the item user had selected from the Windows Explorer.
nShowCmd = SW_SHOWNORMAL
The last and only thing, you have to write in your code in order to start execute your application together with the Context Menu is parsing the Command Line to get all the items, that Context Menu Extension Dll had passed into the Command Line string. Provided in this package TestMenu application helps you to test the parsing of the string (as well as menu functionality) prior you will code it in your project.
Windows Explorer Context Menu 6.83
Add Items to Windows Explorer context menu - fast and easy ? Then you need Windows Explorer Context Menu. This .Net component will add all your custom items to Windows Explorer Shell context menu - automatically. All is supported (.Net, C#, VB.Net, C++ ...
Windows Explorer Context Menu (.Net Component) 6.83
Add Items to Windows Explorer context menu - fast and easy ? Then you need Windows Explorer Context Menu. This .Net component will add all your custom items to Windows Explorer Shell context menu - automatically. All is supported (.Net, C#, VB.Net, C++ ...
Windows Explorer Shell Context Menu (.NET Component) 7.14
Add items to Windows Explorer Context Menu - Easily? Add any entries to shell context menu? Then you need component for custom item appending to Win Explorer shell context menu. Add items with icon and without, with custom caption, submenus and separators ...
Explorer Context Menu Platinum (.Net Component) 4.20
Add custom items to Windows Explorer shell context menu easily with Context Menu Platinum (.Net Component for C#, VB, etc.). Easy to start (just install), easy to add your custom menu items (just one lines of template code for every menu item), easy to ...
Explorer Context Menu Platinum 4.19
Add your items to Explorer shell context menu easily with Context Menu Platinum Add custom items to Windows Explorer shell context menu easily with Context Menu Platinum. Easy to start (just install), easy to add your custom menu items (just one lines of template code for every menu item), easy to use (.Net, C#, VB, etc.) easy to ...
Fast Explorer Context Menu Extension DLL 3.1.11.190
Fast Explorer Context Menu Extension DLL is designed for adding sophisticated context menu items for any file object displayed in a file manager, like Windows Explorer or Total Commander. With Fast Explorer you can create new menu items, cascaded menus ...
ShellBrowser Components for ActiveX 5.5
Visual Windows Shell components that allow to build Explorer like applications The ShellBrowser component set gives a programmer easy access to the Win32 shell functionality. The JamShellList, JamShellTree and JamShellCombo components look and behave exactly like the corresponding parts of the Explorer. All componments support the ...
ShellBrowser Components ActiveX Edition 7.02
Visual Windows Shell components that allow to build Explorer like applications The ShellBrowser component set gives a programmer easy access to the Win32 shell functionality. The JamShellList, JamShellTree and JamShellCombo components look and behave exactly like the corresponding parts of the Explorer. All componments support the ...
EZShellExtensionsMFC 2.0
Develop any Windows shell extensions fast and painlessly with EZShellExtensions. EZShellExtensionsMFC is a library for fast, painless and easy development in MFC, ATL or plain C++ of Windows shell extensions. It features Visual Studio Project and Item Wizards which generate a ready to build-and-view extensions with all the basic functionality ...
ShellBrowser .Net Edition 1.0
Visual Windows Shell controls that allow to build Explorer like applications The ShellBrowser .Net Edition is a set of UI controls that look and behave exactly like the Windows Explorer. The ShellListView and ShellTreeView controls imitate the corresponding parts of the Windows Explorer, including correct icons with overlays, ...