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

Click here to load this message in the networking platform