Context Menu Extension DLL Icon

Context Menu Extension DLL

Easiest way to add your own Windows Explorer menu with icon near your verb.

Context Menu Extension DLLOverview

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.

NEW

Fixed some bugs.

Context Menu Extension DLLInformation

Version
3.1
Date
01.03.08
License
Demo
Language
English
File Size
656KB
Developer
Category
SubCategory
Operating Systems
Windows XP, 2000, 98, Me, NT
System Requirements
No additional system requirements.
Excel ActiveX Control Icon
ActiveX control for exchanging data between VB and MS Excel.
Trial
Modbus ActiveX Control Icon
Modbus ActiveX control for Visual Basic, Excel etc.
Trial
VideoCap ActiveX Control Icon
Add video capture, snapshot, camera control features to your applications.
Demo
GOGO Exif Image Viewer ActiveX OCX Icon
EXIF,TIFF,GPS embedded tags viewer for JPEG,PNG,TIFF image activex ocx
Trial
VisioForge Video Edit SDK (ActiveX Version) Icon
ActiveX control for video editing.
Trial
Time Date Picker ActiveX (OCX) Icon
ActiveX control for software developers with time and date picker.
Trial
Excel OCX Icon
ActiveX control for exchanging data between VB and MS Excel.
Trial
Scanner SDK ActiveX Icon
Capture images from TWAIN scanners and webcams and save them to JPEG, multi-pageTIFF, and PDF file.
Demo
More