Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Turning off Highlight in TreeView
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00398717
Message ID:
00398764
Views:
13
I have just used the following code to set the TVS_NOTOOLTIPS style bit for the TreeView control. It appears to work but I have not really tested it at any great length.

declare INTEGER SetWindowLong IN win32api INTEGER, INTEGER, INTEGER
= SetWindowLong(ThisForm.oleTree.hwnd, -16, 128)

HTH
Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform