Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview tooltip bug
Message
From
03/07/2003 08:40:53
 
 
To
03/07/2003 08:10:20
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00806480
Message ID:
00806498
Views:
23
This message has been marked as the solution to the initial question of the thread.
Dominic,

The following code should disable the ActiveX tooltips.
#define TVS_NOTOOLTIPS 128
#define GWL_STYLE -16

DECLARE INTEGER SetWindowLong IN win32api INTEGER, INTEGER, INTEGER
DECLARE INTEGER GetWindowLong IN win32api INTEGER, INTEGER

= SetWindowLong(ThisForm.oleTree.hwnd, GWL_STYLE, BITOR(TVS_NOTOOLTIPS, GetWindowLong(ThisForm.oleTree.hwnd, GWL_STYLE)))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform