Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview control
Message
From
21/10/2005 06:53:09
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01061022
Message ID:
01061025
Views:
22
I was waiting for your answer !!!!
thank you once again Borislav
Alessio
>>Hi all
>>Is it possible and if so how, to test the right click on a node ?
>>a kind of event like "NodeRightClick"
>>thanks
>>Alessio
>
>Everithing is possible :o))
>Put this code in MouseUp Event of TreeView:
>
>IF button  == 2
>   IF VARTYPE(this.SelectedItem) == "O"
>      WAIT WINDOW this.SelectedItem.Text
>   ENDIF
>ENDIF
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform