Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView doubleclick
Message
From
29/06/2006 15:26:45
 
 
To
05/06/2006 10:20:06
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01126856
Message ID:
01132866
Views:
15
>>Any help? Is HitTest() solution (how to use it)?
>
>I just found my old code in some DblClick handler:
>
>LOCAL laMice[4]
>IF AMOUSEOBJ(laMice) = 4 THEN
>  IF NOT ISNULL(This.HitTest(laMice[3], laMice[4])) THEN
>    * Doubleclick action
>  ENDIF
>ENDIF
>
I tried this but it doesn't work.

I expect from HitTest() to return me is it Node object or not in TreeView control.
How to do that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform