Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse Click on Treeview
Message
 
 
À
28/02/2006 09:02:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01099843
Message ID:
01099882
Vues:
18
>How to automate mouse click on treeview? I have check MOUSE CLICK AT 20,20
>the mouse pointer moving to position, but node does not selected.

You can select a node programmaticaly
WITH THISFORM.oTreeView
	.SelectedItem = .Nodes("NodeKey")
ENDWITH
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform