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: WinDVD • Top 1000
• Smart reviews
   
Search:   
     

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

  Popular:
eXpress IP Locator 1.2.3
Small utility for offline retrieving the country…
Keyboard Collector 2.09
Secretly record and view all keys typed on your pc while…
Magic DVD Ripper 5.3
Magic DVD Ripper is a powerful and easy-to-use DVD backup…
AllCleaner 6.6
The Internet is nobody's business but your own! Clean up y…
RasterVect 14.0 new!
Vectorizer. Transforms raster images into a vector format…
AlertMobile Pro 4.0.2
AlertMobile is a special software for computer security…
CalcuWage 2.5
CalcuWage is a small unobtrusive, fun program that…
spamBat 10166
spamBat is the low cost spam solution eliminating it before…
My Voice Diary 1.6
My Voice Diary is a personal voice diary software. You can…
Easy Phonebook 2.2.1
Easy Phonebook is a full-featured telephone numbers manager…
Best 1000
  TOP-10:
Wall Photo Maker 4.4
This digital photo enlargement software helps you to print…
ExactWord 5.2.5b
ExactWord (formerly YTSEditor) is a word processor editor…
PaneCutter 1.4
2D cutting plan design and cutting optimization for…
All Converter 6.0.2
All Converter is a powerful, all-in-one, multimedia…
Backup4all 2.3.4
Highly configurable backup software with intuitive…
IE Privacy Keeper 2.7
Simple, fast and efficient browsing history cleaner for…
OfficePinBoard 1.01
Don't waste your and your employees' time and organize your…
Budget 4.3.4
Living payday to payday? Can't get out of debt? Finances in…
EDL CyberCafe 1.1
So you are opening up your own Internet Cafe or you are…
Cryptgine Archiver 1.05
Cryptgine Archiver creates compressed and encrypted…
  Sponsored links 
  New:
Checkbook 4.05.06
Checkbook is an electronic checkbook register. You enter…
SQLite Developer 3.02
Sqlite Developer, a powerful sqlite3 database SQL…
All World PC TV 2008.22012104
WORLD TV ACCESS on your PC: 3000 STATIONS on your PC or…
Forex News 1.1
Forex News Software is advanced forex trading news tool…
RasterVect 14.0
Vectorizer. Transforms raster images into a vector format…
RasterVect 14.0
Vectorizer. Transforms raster images into a vector format…
AV Music Morpher 4.0.68
Morpher changes singer's voice, add beats, add effects…
iPod to WMV 2.7.50
iPod to WMV is designed to meet all your needs of convert…
Naters SSN Traces 1.6.83
Naters social security number search. It's a SSN…
iPhone to MOV Pack 2.8.38
iPhone to MOV Pack includes all functions of Aglare video…
     
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…
  • Change Folder Icons 7.5 - individualization of space — Permanent necessity in changing my working environment drives me crazy. I just can’t 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, 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…
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:
Philips
Date picture change timestamp
3ds translation
see also:
Unipack 05 Mac barcodes
Nuovo Internet Marketing per Firefox
Retailer eCommerce Shopping Cart
See software by tags:
Style sheets email asp
Problems hebrew
Generator thd

Copyright © 2001—2008 3d2f
Concept:
Advertisement.