Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse Click on Treeview
Message
 
 
To
28/02/2006 09:02:00
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01099843
Message ID:
01099882
Views:
16
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform