View Full Version : edit tooltips messages
eppie
January 7th 04, 12:05 PM
is it possible to edit the tooltips messages? the icons
in launch bar next ot start button can be changed by
editing the titles and comments. in appearance the text
size and color can be changed but would like to konw if
words can be changde.
David Candy
January 7th 04, 12:05 PM
Which tooltips did you want to change.
Infotip Customization
There are two ways to customize infotips. One way is to implement an =
object that supports IQueryInfo and then register the object under the =
proper subkey in the registry (see below). Alternatively, you can =
specify either a fixed string or a list of certain file properties to be =
displayed.
To display a fixed string for a namespace extension, create a subkey =
called InfoTip beneath the CLSID key of your namespace extension. Set =
the data of that subkey to be the string you wish to be displayed.
HKEY_CLASSES_ROOT=20
CLSID=20
{CLSID}=20
InfoTip=3D InfoTip string for your namespace extension
To display a fixed string for a file type, create a subkey called =
InfoTip beneath the ProgID key of the file type you wish to supply =
infotips for. Set the data of that subkey to be the string you wish to =
be displayed.
HKEY_CLASSES_ROOT=20
ProgID=20
InfoTip=3D InfoTip string for all files of this type
If you want the Shell to show certain file properties in the infotip for =
a specific file type, create a subkey called InfoTip beneath the ProgID =
key of that file type. Set the data of that subkey to be a =
semicolon-delineated list of canonical property names or {fmtid}, pid =
pairs where propname is a canonical property name and {fmtid},pid is a =
FMTID/PID pair.
HKEY_CLASSES_ROOT=20
ProgID=20
InfoTip=3D propname;propname;{fmtid},pid;{fmtid},pid
The following property names can be used.
Property Name Description Retrieved From=20
Author Author of the document OLE document properties =
(PIDSI_AUTHOR)=20
Title Title of the document OLE document properties (PIDSI_TITLE)=20
Subject Subject summary OLE document properties (PIDSI_SUBJECT)=20
Comment Document comments OLE document properties (PIDSI_COMMENT) =
or folder/drive properties=20
PageCount Number of pages OLE document properties =
(PIDSI_PAGECOUNT)=20
Name Friendly name Standard folder view=20
OriginalLocation Location of original file Briefcase folder and =
Recycle Bin folder=20
DateDeleted Date file was deleted Recycle Bin folder=20
Type Type of file Standard folder details view=20
Size Size of file Standard folder details view=20
SyncCopyIn Same as OriginalLocation Same as OriginalLocation=20
Modified Date last modified Standard folder details view=20
Created Date created Standard folder details view=20
Accessed Date last accessed Standard folder details view=20
InFolder Directory containing the file Document search results=20
Rank Quality of search match Document search results=20
FreeSpace Available storage space Disk drives=20
NumberOfVisits Number of visits Favorites folder=20
Attributes File Attributes Standard folder details view=20
Company Company name OLE document properties (PIDDSI_COMPANY)=20
Category Document category OLE document properties =
(PIDDSI_CATEGORY)=20
Copyright Media copyright OLE document properties =
(PIDMSI_COPYRIGHT)=20
HTMLInfoTipFile HTML InfoTip file Desktop.ini file for folder=20
--=20
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
"eppie" > wrote in message =
...
> is it possible to edit the tooltips messages? the icons=20
> in launch bar next ot start button can be changed by=20
> editing the titles and comments. in appearance the text=20
> size and color can be changed but would like to konw if=20
> words can be changde.
>=20
>=20
>=20
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.