I have been working with VB 6.0 for years . I am converting an app that uses treeviews to VB.Net 2008. The way it use to work the tree grid started with a list of the drives on the system. Left click drilled down in the selected drive or directory. Right click would perform an action with the selected drive or directory.
In VB.Net it appears you can only select with left click using the AFTERSELECT event.
Is there a way to select a node with right click?
In VB.Net it appears you can only select with left click using the AFTERSELECT event.
Is there a way to select a node with right click?