Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable the tooltip in TreeView ActiveX Control
Message
De
04/08/2004 07:18:09
Arlei Silva
Chevron Oronite Brasil Ltda.
Capuava, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Disable the tooltip in TreeView ActiveX Control
Divers
Thread ID:
00930601
Message ID:
00930601
Vues:
242
Hi all,

I don't know if it will be usefull to you, but here we go:

The TreeView ActiveX control does not have a property to allow you to disable the node tooltip feature, but you can hack it using the following code:
declare long SetWindowLong in WIN32API long, long, long
declare long GetWindowLong in WIN32API long, long
SetWindowLong(Thisform.OleTreeView.HWnd, -16, Bitor(GetWindowLong(Thisform.OleTreeView.HWnd, -16), 128))
Regards,
Arlei
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform