Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scrolling a disabled treeview
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00911474
Message ID:
00912012
Vues:
14
>Hi Barbara,
>
>I didn't follow this thread so I would comment on Lockscreen only. It works with VFP controls only. For ActiveX controls you can use LockWindowUpdate Win API. Something like
DECLARE INTEGER LockWindowUpdate IN Win32API;
> INTEGER hWnd
>* Assuming that it's called from inside TreeView
>= LockWindowUpdate(This.hWnd)
>* DO Whatever
>= LockWindowUpdate(0)
>
Now that's useful! Thanks Sergey!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform