Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable the tooltip in TreeView ActiveX Control
Message
From
04/08/2004 07:18:09
Arlei Silva
Chevron Oronite Brasil Ltda.
Capuava, Brazil
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Disable the tooltip in TreeView ActiveX Control
Miscellaneous
Thread ID:
00930601
Message ID:
00930601
Views:
243
Hi all,

I don't know if it will be usefull to you, but here we go:

The TreeView ActiveX control does not have a property to allow you to disable the node tooltip feature, but you can hack it using the following code:
declare long SetWindowLong in WIN32API long, long, long
declare long GetWindowLong in WIN32API long, long
SetWindowLong(Thisform.OleTreeView.HWnd, -16, Bitor(GetWindowLong(Thisform.OleTreeView.HWnd, -16), 128))
Regards,
Arlei
Next
Reply
Map
View

Click here to load this message in the networking platform