Hi,
I'm using a context menu on a treeview control in VS 2003.
The problem happens when displying the context menu for the first time, the
tree node for which to display the context menu needs to be right clicked
twice (not a double click but two distinct right clicks). After the first
time a single right click is enough for any tree node.
Any ideas how to fix it?
Another problem, when right clicking a tree node that is not in focus the
context menu won't open. It first must be in focus by left clicking it. How
can I force it to open? (like the behavior of windows explorer).
Thanks in advance, Ohad