http://www.mainsoft.fr/freeware_en.htm
AttrMenu is a Windows Explorer Context Menu extension allowing direct
access to a file's attributes. Much easier than using the Properties
dialog box.
ExecParm is another Context Menu extension for Windows Explorer. It
allows you to run a program with parameters on the command line. Seems
useless? Without ExecParm you'll have to go to the Start | Run... menu,
remember the path for the executable and then enter the command line
parameters. You'll see, ExecParm is much simpler, especially when used
in conjunction with Clipname.
ClipName is also a Context Menu extension copying the full pathname of
the right-clicked file to the clipboard. This new version supports copy
of multiple filenames either as a space separated list or as a CRLF
separated list. DOS filenames (8.3) can now also be copied as well as
the URL encoded name and the UNC name for remote files. Version 1.2 now
supports a Copy command for filenames without including any path, URL
Encoding for multiple selections and <WORD> style encoding for
Microsoft Word, Microsoft OneNote,...
ParInfo is an ActiveX control that was written during the development
of a WEB application. We needed access to information related to the
WEBBrowser window of Internet Explorer and it was not made available
through the Internet Explorer Object Model. ParInfo gives you access to
the position, size and handle of the browser window. It gives you
information about the screen resolution and also generates an OnSize
event when the browser window is resized. This control is a lightweight
control that can only be used from within an HTML page.
Did you already spend hours looking for the documentation about the
CommandBars in Office? Especially about their names? No way. This VBA
routines will create a file containing information about all the
CommandBars present in the Office application from which you run it.
This information includes the CommandBar name, its Id, its type and its
description if any.
This listing has been created by using the above routine. Finally, you
now have the missing documentation about Office's CommandBars.
This VB6 Addin allows you to automatically reload your last project
when opening VB (a missing feature in the IDE). It also demonstrates an
elegant way of solving an annoying problem : how to add an icon to the
VB IDE toolbar or menus with a transparent background?
This new version is similar to version 1 but adds a new feature: the
IDE toolbar layout is automatically preserved over sessions.
Oddly enough, Internet Explorer cannot import your MSN Explorer
favorites. This toolkit does the job by transforming the MSN favorites
file (favorites.xml) into a Netscape favorites file (bookmark.htm) that
is (ironically) suitable for import into IE.
<!>