Hello
You might not be able to do this , since the control has no event registered for these actions on the node. I guess usually people never really want to double click on the node, even in the explorer view tree control.
You might try making your own custom control that would have the node respond to that. You might have to do this in VC or VB though, since CVI does not allow you to create activex controls at this point.
Or you might have a panel callback that responds to a double click, and then everytime you get a double click, you could check whether there was a node in the vicinity of the double click( you would have to do this manually ofcourse), and if it is, you can then take some sort of action. But Im not sure how well this might work for you. But
its an idea.
The panel callback returns the mouse vertical and horizontle position. Check out the CVI help for more information about panel callbacks.
I hope this helps
Bilal Durrani
NI