Scalabium Software

SMReport Autogenerated
Knowledge for your independence'.
Home Delphi and C++Builder tips


#13: How can I disable the on-fly tooltips in TTreeView?

If you have installed the Internet Explorer 4.0 or high, in TTreeView component always displaying a hint for cutted items. It's useful but sometimes prevents and irritates (at least, me). But there is a simple way to switch off this feature:

const TVS_NOTOOLTIPS = $0080;
begin
  SetWindowLong(yourTreeView.Handle, GWL_STYLE,
         GetWindowLong(yourTreeView.Handle, GWL_STYLE) xor TVS_NOTOOLTIPS);
end;


Published: August 13, 1999

See also
 
Metafile Convert
SMImport suite
DBExport tools
Mail parser (ActiveX)
Paradox to MS Access converter
DBISAM Viewer
MAPIMail
Word Web-stream
SMDBGrid
Viewer for MS Outlook Messages
 
 


Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

Copyright© 1998-2025, Scalabium Software. All rights reserved.
webmaster@scalabium.com

SMExport advertising