Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview tooltip bug
Message
From
10/07/2003 07:28:03
 
 
To
10/07/2003 01:30:29
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00806480
Message ID:
00808788
Views:
22
David,

Pretty much the same thing but this time we remove the TVS_NOTOOLTIPS style bit.
= SetWindowLong(ThisForm.oleTree.hwnd, GWL_STYLE, ;
                bitand(GetWindowLong(ThisForm.oleTree.hwnd, GWL_STYLE), bitnot(TVS_NOTOOLTIPS)))
HTH
Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform