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. Follow the link and free download Context Menu Extension DLL now.
Please do use the following linking code to link to Context Menu Extension DLL
Sponsored downloads
No sponsored downloads in this category
Context Menu Extension DLL 3.1 "CLEAN" award
We have tested Context Menu Extension DLL with leading antivirus solutions and we found it to be clean which means that does not contain any form of malware (spyware, viruses, trojans).. We'll test every updated version of Context Menu Extension DLL and the award may be withdrawn, so you should check back this page.
Follow the link for Context Menu Extension DLL virus report
All software reviews, submitted ratings and written comments become the sole property of Download3000 (Elerion Ltd.). Ratings and written comments are generally posted within one to three business days in batch groups, not in real time. You acknowledge that you, not Download3000, are responsible for the contents of your submission. However, Download3000 reserves the right to remove or refuse to post any submission for any reason.
Context Menu Extension DLL 3.1 copyright information
Using Context Menu Extension DLL 3.1 crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Context Menu Extension DLL.
We at Download3000.com also does not provide download link for Context Menu Extension DLL from file hosting sites such as Rapidshare, Megaupload, Yousendit and so on.