Context Menu Extension DLL 3.1



Publisher Description



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.


About Context Menu Extension DLL

Context Menu Extension DLL is a free trial software published in the Components & Libraries list of programs, part of Development.

This Components & Libraries program is available in English. It was last updated on 01 July, 2010. Context Menu Extension DLL is compatible with the following operating systems: Windows.

The company that develops Context Menu Extension DLL is N/A. The latest version released by its developer is 3.1. This version was rated by 6 users of our site and has an average rating of 4.7.

The download we have available for Context Menu Extension DLL has a file size of 672.22 KB. Just click the green Download button above to start the downloading process. The program is listed on our website since 2003-09-06 and was downloaded 681 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded software with your antivirus. Your antivirus may detect the Context Menu Extension DLL as malware if the download link is broken.

How to install Context Menu Extension DLL on your Windows device:

  • Click on the Download button on our website. This will start the download from the website of the developer.
  • Once the Context Menu Extension DLL is downloaded click on it to start the setup process (assuming you are on a desktop computer).
  • When the installation is finished you should be able to see and run the program.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  4.7/5     6
Downloads: 681
Updated At: 2003-09-06
Publisher: N/A
Operating System: Windows
License Type: Free Trial