Context Menu Extension DLL free download 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. 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! download   
 Example: Napster • Top 1000
• Smart reviews
   
Search:   
     

Home > Software > Development Tools > Components & Libraries > download now Context Menu Extension DLL

  Popular:
Audio Caller ID 2.4
Audio Caller ID will announce a caller's name over your…
Private Eye 2004 1.4
See exactly what people have been doing online and…
InJoy Firewall 4.1
Next-generation Deep Packet Inspection Firewall with unique…
FlaxMenu 1.5
Customize Adobe PhotoShop for easy work! The program…
Backup Magic 1.6.7
Backup Magic is a simple, fast and compact backup & file…
LC Copier 1.0
LC Copier is a software to create a standart photocopying…
Kingdia DVD Ripper 3.6.18
Kingdia DVD Ripper is a ease-to-use and fastest DVD to…
SecurityWorks 4.00
Spytech SecurityWorks 2003 is a collection of some of…
Xofia Euro 3.0
Xofia Euro is a currency converter and calculator that…
Contact Wolf 2.25
Contact Wolf's award winning design sets a new standard in…
Best 1000
  TOP-10:
Midget 1.36
Tiny but smart calculator: just type in any expression…
Privacy Guardian 4.1
Privacy Guardian is a safe and easy-to-use privacy…
Back4Win 3.6.0.0
Back4Win Freeware Backup Software features reliability, as…
WinDefender 2.1.9.1
Security and encryption software utility that Helps you…
InterBack 1.80
InterBack automatically transfers your files off-site to an…
BackToZIP 4.30
Easy-to-use BackUp Tool for manual or automated backups…
MyPrivacy TS3.0.0/MP5.5.3
privacy tool that helps you maintain your privacy by…
JiJi GPO Search 2.0.0
JiJi GPO Search tool enables administrator to search GPOs…
PDF U Append Batch 1.02
PDF U Append Batch Edition software automates the process…
Dr.Web CureIt! 4.44
Fast and compact FREE anti virus scanner to cure your…
  Sponsored links 
  New:
MovieTaxi_Zune 3.9.4
MovieTaxi Zune Video Converter is an extremely easy to use…
Axence nVision 4.0
Comprehensive network management: proactive network…
sMonitor 4.2.1.501
Monitors networked devices and TCP/IP services running on…
Image for Linux 2.51a
Image for Linux is a reliable and easy to use drive imaging…
T-Boss 3.3
Business management software designed by and for…
Property Manager 7 7.05.17
EZPZ Software's Property Manager 7 software is property…
MyCourts 8
MyCourts Booking/Reservations Manager for Sporting Clubs…
Truly Random 1.65
Highly configurable artificial intelligence password and…
Inspyder InSite 2.0.10
Check virtually any website for broken link and spelling…
SyslogIT 3.0.0.0
SyslogIT by Pointesoft monitors 'LIVE' syslog uses MySQL or…
     
Home
News
Software
Books
Smart reviews
New soft
TOP-10
Best 1000
All Soft
Audio & Video
Business
Development Tools
Education
Games
Graphics
Home/Hobby
Internet
Desktop
Utilities
Active-X
Delphi
Components & Libraries
Java
Javascript
Visual Basic
dotNET
Databases
Perl, php, cgi
Source Editors
Installers
Bug Trackers
HTML
XML
ASP

Context Menu Extension DLL 3.1  del.icio.us Fark digg Reddit MyWeb BlogMarks Furl Jots   ( View screenshot )


URL:
HTML:
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
Size656 kb
LicenceDemo
StatusMinor Update
LanguagesEnglish
Tagsicon, dll, Explorer, Shell, menu, COM, extension, Windows, ActiveX, context
OSWindows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows XP
Homepagesoftmajor.com
Emailctxmenuext@softmajor.com
AuthorSoftMajor http://www.softmajor.com
Context Menu Extension DLL free download 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. 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!  download

 Zoom 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 all version  Find last version of Context Menu Extension DLL
      Freeware alternatives Context Menu Extension DLL 3.1
Free Download now  Free Download Context Menu Extension DLL 3.1 from softmajor.com

Similar software shotlights:
  • Fast Explorer Context Menu Extension DLL 3.1.11.190 — Fast Explorer Context Menu Extension DLL is designed for adding sophisticated context menu items for any file object displayed in a file manager, like Windows Explorer or Total Commander. Cascaded and…
Find all software similar on Context Menu Extension DLL 3.1

Similar news:
  • A German Banking Icon Beats the Rap — Deutsche Bank CEO Josef Ackermann and five other leading German business executives were acquitted on July 22 of criminal charges that they wasted shareholders' money by authorizing large payments to senior staff when former industrial and telecom giant M
  • Buggy Firefox Extension Should Be Deleted — Warnings are going out about a popular Greasemonkey extension to Mozilla's Firefox browser.
Find all news similar on Context Menu Extension DLL 3.1

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…
  • Macromedia Style Menu. Flash Done Right. — Every serious web site does need a navigation menu. Any objections? OK, let’s go further. The best looking and acting menus are Flash ones, it’s a well-known statement. As well-known, as Flash technology’s drawbacks: large size, difficulties of design, search engines unfriendly-ness (they can’t follow Flash links, and thus can’t 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) aren’t 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 — Today’s 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 couldn’t 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…
  • Shell MegaPack .NET - all you need to create great-looking interfaces in a wink of an eye — If you are a .NET developer working with complex user interfaces and developing applications with an extensive UI part, you know what a pain in the neck this aspect of development may be. You can spend days and weeks polishing your custom interface and it will still leave much to be desired in terms of usability, look and feel that your customers seek. But why reinvent the wheel and…
Find all smart reviews similar on Context Menu Extension DLL 3.1


Home > Software > Development Tools > Components & Libraries > download now Context Menu Extension DLL

See software by tags:
File eliminator
Rhyme poems
Cubic algorithm
see also:
Fix8
globalsoul.exe
Good FTP
See software by tags:
Winter themes
User left chat temporary video error
Lan mahjong

Copyright © 2001—2009 3d2f
Concept:
Advertisement.