Someone (not me) decided the best way to show some info in our app was to use the OLE tree control. It looks good, but unfortunately, there's a small problem with it.
If I do the "slow double click", I can change the name of a node on the tree. (Slow double click = click once, then click again on the highlighted node. Lots of people use it to rename in Explorer). The tree is not bound to any db, so no permanent changes are made, but I'd like to remove the possibility altogether. I just don't know which event I should be looking at (it's not really _Click per se, right?)
If I do the "slow double click", I can change the name of a node on the tree. (Slow double click = click once, then click again on the highlighted node. Lots of people use it to rename in Explorer). The tree is not bound to any db, so no permanent changes are made, but I'd like to remove the possibility altogether. I just don't know which event I should be looking at (it's not really _Click per se, right?)