Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse Click on Treeview
Message
From
28/02/2006 10:23:13
 
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:
01099885
Views:
13
Hi Sergey,
Of course, I knew that.. but the source of problem... (in previous my message).. I looking for ways to activate activeX control.. after Drag/Drop operation.. node over event (its DBI treeview) not works.. only after CLICK on control - it begin works again... then.. I thought to make this click programmatically.. but can't get it work.. I'v try to KEYPRESS but MouseDown not fair also.. only when I click on control... ;-((



>>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
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform