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:
00912027
Vues:
13
Well, sorry to say it didn't work. I've got this code in the NodeClick of my treeview:
IF node <> This.OldSelectedItem
   DECLARE INTEGER LockWindowUpdate IN WIN32API INTEGER hWnd
   = LockWindowUpdate(This.hWnd)
   This.SelectedItem = This.OldSelectedItem
   = LockWindowUpdate(0)
ENDIF 
When I click on another node, it's moving me back to the old node, but it's not locking the screen while the highlight moves to the new node and then back to the old node again.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform