|
Context Menu Extension DLL 3.1
( View screenshot )
|
| Easiest way to add your own Windows Explorer menu with icon near your verb. You can easy use this component with your own application written with any programming language. |
|
| Updated |
Sep 7, 2004 07:12:48 | | Size | 656 kb | | Licence | Demo | | Status | Minor Update | | Languages | English | | Tags | icon, dll, Explorer, Shell, menu, COM, extension, Windows, ActiveX, context | | OS | Windows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows XP | | Homepage | softmajor.com | | Email | ctxmenuext@softmajor.com | | Author | SoftMajor http://www.softmajor.com |
|
|
click for full size
|
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. | Short tags: icon, dll, Explorer, Shell, menu, COM, extension, Windows, ActiveX, context | Find last version of Context Menu Extension DLL | |
| | Freeware alternatives Context Menu Extension DLL 3.1 |
| Free Download Context Menu Extension DLL 3.1 from softmajor.com |
| Similar smart reviews: | - ConteXt: A completely different sight at DBMS ConteXt is effective, highly scalable, and industrial-strength DBMS with an innovative data model. Rapid application development environment, which is included in ConteXt, allows you to speed up the development of complex data-manipulating applications. The powerful, but lightweight, engine makes possible any usage of the system, from embedded one-user DB to large solutions with hundreds
- Change Folder Icons 7.5 - individualization of space Permanent necessity in changing my working environment drives me crazy. I just cant work without changing this boring «standard» appearance of desktop elements. If you feel just like me, Change Folder Icons is just for you. What does this program do? Oh, only one pretty simple thing. It allows you to replace the yellow folder icon with any other icon you want. Actually, you can
- Macromedia Style Menu. Flash Done Right. Every serious web site does need a navigation menu. Any objections? OK, lets go further. The best looking and acting menus are Flash ones, its a well-known statement. As well-known, as Flash technologys drawbacks: large size, difficulties of design, search engines unfriendly-ness (they cant follow Flash links, and thus cant index entire web-site properly
- PDF In-The-Box ActiveX 3.12 Adobe Portable Document Format (PDF) is probably one of the most popular cross-platform, display resolution-independent means of document exchange. The ability to generate reports and output data as PDF has become a standard feature for a great many of desktop and web applications. If you are a developer willing to have an easy way of generating nice PDF reports or any other
- HtmlCapture ActiveX Control, Web Snapshot In A Few Lines Of Code Taking shots (images) of web-pages is an often and highly usable programming task. There are scores of possible usages, from large web-archiving suits to small one-time testing scripts; but the general purpose snapshot tools (either PrintScreen or specialized software) arent very good for the task. If you want one powerful yet compact solution for the problem which can be used virtually with any
- AS HDTEMP WIN32 DLL 2.1 Although modern hardware is built to stay for long and average MTBF values are quite impressive, some components are still fragile if placed in harsh conditions. Hard drives are crucial components of our computers, as they hold the most important valuable information that costs much more than the medium is stored on. If you are developing an application that intensively uses the hard
- Tiger Icon Studio 3D 2.0, Being Modern Todays software icons are rather a piece of an art than just a «piece of information». Back in the 90s, they were of just 16×16 pixels of 16 different colors; therefore, we couldnt expect much those days «icon editors» a palette of colors and the capability to draw point-by-point were just enough. But
- HardwareID DLL - rock-solid license protection made easy If you are a software developer working on a project that requires serious protection from unauthorized use and copying, you may want to focus on implementing a kind of protection mechanism that is really hard to hack. Despite the diversity of approaches and protection methods available on the market these days, unique system identifiers remain one of the most reliable methods
- Managed Extensions for VCL - a great solution of the Delphi Win32/.NET communication problem Anyone familiar with software development knows how different the .NET framework is compared with older development platforms. The problem of framework interoperability has been vexing many developers who wanted to use .NET components in their Delphi and C++ applications. Finally, there is a solution for the problem. Managed Extensions for VCL enables you to interact with any .NET languages (C#, Visual
| | Find all smart reviews similar on Context Menu Extension DLL 3.1 |
|