My goal was to display a context-sensitive menu in response to a right-click on a treeview node, but I had a lot of problems getting there.
Initially, I put code in the MouseDown() event, because that has automatic access to which button was clicked.
Read More