Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview tooltip bug
Message
De
03/07/2003 08:40:53
 
 
À
03/07/2003 08:10:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00806480
Message ID:
00806498
Vues:
24
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)))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform