Salmano
Do you know how could I disable the tooltips that appear when the text is larger than the tree width
This code tested under W2K
---------------------
Declare Long FindWindow in User32 ;
String cClass, String cTitle
Declare Integer SendMessage in User32 ;
Long nhWnd, Integer Msg, Integer wParam, Long lParam
*** Disable TreeView ToolTips if found
cToolTips = 'msvb_lib_tooltips'
SendMessage(FindWindow(cToolTips, Null), 0x10, 0, 0)
---------------------
Regards
-- AirCon --