Context Menu Extension DLL 3.1

Free Context Menu Extension DLL screenshot file
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.
Type : Demo ($69.00)
OS Support : Windows All
Date stamp / Size : Dec, 2. 2006 / 656 kBytes
Asked : unassigned
Users' value : - Write a Review
Download Context Menu Extension DLL fileOrder Context Menu Extension DLLImage of Context Menu Extension DLL
Featured Vista Files

PDF Secure automates the process of password protecting pdf`s, encrypting pdf`s, decrypting existing pdf`s, re-encrypting, changing passwords, adding permissions & changing existing permissions in pdf`s.

StelsCSV is a JDBC driver that allows to perform SQL queries and other JDBC operations on text files (CSV, DSV, tab-separated, fixed-length, etc).

GOGO Picture Viewer ActiveX OCX help you to view and save images of different formats include Bmp,Gif,Jpg,Jpeg,Png,Tif,Tiff, multipaged Tiff.You can rotate,flip,zoom,resize,draw text,print,convert color to grayscaled or black-white to the image.

Graphics4VO for CA-Visual Objects contains classes, methods and functions for the integration of graphic items, presentation graphics and DIB images for the display, printer, plotter, file and memory.

DTK Barcode Reader SDK is a powerful developer library for barcode recognition functionality integration into your Windows applications. Reads the barcodes from different image formats (TIFF, JPEG, PNG, BMP), including PDF (Portable Document Format).