Context Menu Extension DLL 3.1 details
Company: SoftMajor [More Softs]
Release date: 2003-09-06
Last update: 2006-08-04
Price:69 $
License: Demo
Platform: Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP
Language: English
File size: 656 KB

Rate this software:
Context Menu Extension DLL 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.
Context Menu Extension DLL 3.1 screenshot:
Notification and links
If you would like to be notified when this program is updated enter you email and subscribe to our newsletter
|
Download Context Menu Extension DLL 3.1 |
Context Menu Extension DLL 3.1 review and details |
Sponsored Links
Related Context Menu Extension DLL
Barcode Label ActiveX (OCX) 1.0
ActiveX (OCX) to create barcode label, print barcode and save barcode to bmp.
Price:49$, Rating: 0, Downloads: 167
ActiveX (OCX) to create barcode label, print barcode and save barcode to bmp.
Price:49$, Rating: 0, Downloads: 167
Aspose.Chart for .NET 3.4.1.0
Aspose.Chart is a .NET component supporting to create more than 20 chart types.
Price:249$, Rating: 0, Downloads: 143
Aspose.Chart is a .NET component supporting to create more than 20 chart types.
Price:249$, Rating: 0, Downloads: 143
JDatePicker 4.3
JDatePicker is a suite of profesional date components for Swing
Price:119$, Rating: 5, Downloads: 780
JDatePicker is a suite of profesional date components for Swing
Price:119$, Rating: 5, Downloads: 780
SIP SDK 2.2
SIP SDK - A powerful and highly versatile VoIP SDK for SIP applications
Price:999$, Rating: 0, Downloads: 721
SIP SDK - A powerful and highly versatile VoIP SDK for SIP applications
Price:999$, Rating: 0, Downloads: 721
Aspose.Format 1.0
.Net component including all Microsoft file format reading & writing components
Price:675$, Rating: 0, Downloads: 161
.Net component including all Microsoft file format reading & writing components
Price:675$, Rating: 0, Downloads: 161
EasyPattern Helper 2.8
Point and click perl patterns for text extraction,matching and replacing
Price:19.95$, Rating: 0, Downloads: 730
Point and click perl patterns for text extraction,matching and replacing
Price:19.95$, Rating: 0, Downloads: 730

