Hi all. (I resubmit this question , first try was no good).
I’m using .Net 2.0 and the question is about tooltips.
I’m assigning tooltip for each treenode in a treeview control by using a tooltip and call manually the show and hide methods to manipulate it (on the treeview mouse move event handler).
When I have a long name node that spills over the form �I’m getting the “automatic�tooltip with the name of the node. The result is that I’m getting 2 tooltips for the same node (mine and the automatic one). This is reproducible with a simple standalone tree and a lond named node.
How can I disable the automatic one (setting the ShowNodeTooltips property of the treeview doesn’t effect it) ?
I wonder how one can control this “auto tooltip�properties.
I’m missing something ?
I did look at this post which is similar but with no answer �yet �
Thanks
Amit