Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Turning off Highlight in TreeView
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00398717
Message ID:
00398764
Vues:
25
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform