all software/

Xten and Context Menu Extension Dll Software for Windows

Downloads and Reviews 1-10 of 10
Develop Windows shell extensions fast,easily.
Develop  namespace extensions fast,easily.
Develop  namespace extensions fast,easily.
News & Catologue flash extention.
$95 - Sky Software

EZShellExtensionsMFC is a set of components for fast, painless development of any kind of Windows shell extensions including context menu, property sheet, infotip, thumbnail, icon, overlay icon and drag-drop extensions as well as taskbar bands .



$295 - Sky Software

EZNamespaceExtensionsMFC is a framework for rapid development of shell namespace extensions in MFC. It supports features including sub-folders, custom views, details/column view, contextmenus, drag-drop & integrates smoothly into Windows Explorer.



$295 - Sky Software

EZNamespaceExtensions.Net is a framework for rapid development of shell namespace extensions in .Net. It supports features including sub-folders, custom views, details/column view, contextmenus, drag-drop & integrates smoothly into Windows Explorer.



$0 - Flash-Extensions.net

We are offering you a universal news tool where you can customize practically any parameter. Extension "Total News EXT" can be used as news, the catalogue of the goods, top and as many other things.



 
Explorer context menu extensions

rjhExtensions
$0 - RjH Software

rjhExtensions is a simple utility that will add a number of useful functions to the context menu of Windows Explorer.
The utility consists of the extensions and an organizer that allows you to control the placement of the extensions.

Path to clipboard:Copies the path of the selected folder or file to the clipboard.

Shred File(s): Overwrites and then deletes the selected file or files.

Rename Files: The Rename Files extension allows you to quickly and easily rename multiple files in multiple folders.

Encrypt File: The Encrypt/Decrypt extension allows you to easily encrypt and then decrypt any file using a modified version of the powerful Blowfish encryption algorithm.

Duplicate File(s): Creates a copy of the selected file or files in the same directory. The duplicate files will maintain the properties of the original.

Copy directory list to file: Creates a file named "dir.txt" in the selected directory which contains a list of all files, their dates and sizes, in the selected directory.

Print directory list: Sends a list of all files, their dates and sizes, in the selected directory to the default printer.

rjhExtensions Organizer The organizer is a small application that allows you to select which extensions will appear on the context menu, whether the extension will be on the main context menu or a submenu and the order in which the extensions will appear on the menu.



 
Your own Windows Explorer menu verb with icon

Context Menu Extension DLL
$69 - SoftMajor

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.



Only copy the files with specific extension!

Extension Copy
$29.95 - SoftBoy

Extension Copy is an explorer enhancements shell tool. It allows you to only copy the file with specific extension when you copy folder with windows explorer. When you only want to copy some files with specific files in a folder instead of all the files, a dialog window will pop up and allow you select the file type after you press Ctrl + C or select Paste from the context menu. Same directory structure will be kept. . [ www.softboy.net ]


TextEncrypt allows you to send encrypted text

TextEncrypt
$14.95 - Reynold M. Deguzman

TextEncrypt allows you to send encrypted text via unencrypted channels. This program encrypts text so that it is not readable as a human language. You may then send this encrypted text message to another person who knows the password for the message and they can decrypt the text. Examples: Paste the message into an email message. Paste the message into a text file. Paste the message into a chat client. Etc...


Extended windows task manager tool

eXtended Task Manager
$55 - Warecase

The Warecase eXtended Task Manager (XTM) is a powerful auxiliary tool designed for simplifying the environment of the software developer. XTM is an extended windows task manager and performance monitoring tool for Microsoft Windows 2000 OS and later versions of Windows. XTM can give fast solutions for sudden problems which may arise in a product's functioning.

- Debugging and improving application development.
- A rich workstation investigation tool.
- White box testing sessions for the QA department.
- Investigation tool for integration possibilities.
- And much more...

XTM for Task Management
XTM task monitoring features allow the user easier access to previously unavailable or only partially available information concerning specific tasks, their allocation and use of resources, diagnostic information on different processes, process life cycles, etc. XTM monitoring, in addition to providing a basic view of preprocess statistics, also provides a vast variety of other details including information per module, per handle, per thread, per file, per registry key, per window, per COM+ component, per service, per TCP/UDP connection and per environment variable.

XTM for Resources Management
XTM resources management allows the user to influence process behavior, life cycle continuation and performance, free resources previously allocated, find and unload loaded modules, show, hide and close process windows and much more.

XTM for Workstation Management
XTM workstation management allows the user to manage his workstation, i.e. log off or restart the workstation, run, stop or pause the services, etc. While these features can generally be accessed by the user, XTM provides access to all features in one, easy to implement, menu.


calculation and unit convertion tool.

LibMaster.com Extendable Calculator
$19.95 - LibMaster.com

Usually software calculators imitate hardware calculators. It allows Users the ability to quickly start their work with a new program, since the user already knows how to use their hardware calculator. But with this approach, in regards to the design of software calculators, it inherits all of the defects of hardware calculators. For example:
- Every number, operator, or function that is inputted separately at that priority must be kept in mind. For example, if a calculation is made in ordinary calculator expression 2+2*2 then result is 8, but if 2*2+2 is calculated, then the result is 6. Certainly 2+2*2 and 2*2+2 is equivalent. This is how ordinary calculators provoke errors.
- The window of the program is painted in the form of a device with many unnecessary buttons, and a single indicator for input and output will occupy a lot of "real estate" on the screen.
- You cannot input expressions for calculations as a formula, for example: 123.32-12.4/sin(1/2)
Every number, operator, or function must be entered separately, independent of one another.
Therefore you cannot edit expressions that were previously entered. For example you cannot calculate: 123.32-12.4/sin (1/2) and later 123.32-12.2/sin (1/2) You must enter all of the formula anew because one number is different then the other.
- Painted buttons provoke heavy mouse usage for input, but it will greatly reduce input speed of expressions. This is good for calculating, but it does promote fatigue of hand, due to mouse usage. For the necessary button search, a need is to permanently reread button captions or remember the last button location.
The LibMaster.com Extendable Calculator is a different way to approach calculator design. Therefore it does not contain any of the design defects, as outlined above.


© 2007-2008 Software Institute

Software Institute periodically updates pricing and product information from third-party sources,
so some information may be slightly out-of-date. You should confirm all information before relying on it.