Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview control
Message
From
21/10/2005 12:09:56
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01061022
Message ID:
01061121
Views:
13
>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
With that code i get the right click if I am on the treeview area not if I'm over a node text.
It' would be better if I could get the event over the node...
Thank you again and anyway
Alessio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform