Context Menu Extension DLL

v3.1

Info
Context Menu Extension DLL Download Button For Your Site:

Context Menu Extension DLL Download Button

If you want to place a download button for Context Menu Extension DLL on your website just insert the following code to your web.

Demo ($69.00)
Windows 98, 2000, XP
Jun 26, 2007
656 kBytes
unspecified

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.

Context Menu Extension DLL Related Downloads

SmartFTP FTP Library 3.0.167.0

The SmartFTP FTP Library ActiveX component (COM) provides file transfer functionality for the FTP and SFTP protocol.

1Way 6.32

A professional-quality ActiveX control to convert any application into time-limited shareware. Generate serials (registration keys) to register it. Online validation on your own website to track and limit serial use. Easy to implement and flexible.

LLCryptoLib 2.0.1024

LLCryptoLib is a .NET library which allows programmers to easily add encryption, integrity and authentication services to their software. It is compatible with MS .NET and Novell Mono environments. It also provides shredding methods.

Oracle Data Access Components 6.20

ODAC is a VCL/VCL.NET/CLX component library for fast direct access to Oracle from Delphi, C++Builder, and Kylix. Includes comprehensive support for Oracle functionality, including Oracle TAF, Advanced Queuing, and distributed transactions.

Serial Port Control 2.3.1

Serial Port Control is an inexpensive royalty-free component. It supports VB, VB.Net, C#, Borland Delphi, Borland Builder. Just put it on a form and you`ve got all the functionality you need to access an RS232 port.