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

There's FAQ section on UT. Check How to Turn Off a TreeView's Tooltips FAQ #7930

>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))
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform