I have a TreeView control (ver. 6.0 SP6) sitting directly on a form.
The TreeView control has a bug, so I wish to call it, in that when You use the method to Edit a label, The BeforeLabelEdit event gets hit, BUT the Lost Focus events get hits simutaneously, which is not good because the AfterLabelEdit event only gets hit if the label name changes, and I need to keep track of whenEVER i am editing a label, because when the TreeView looses focus, the editing stops too, but guess what, if your editing a label and after the LostFocus event gets hit initially, it never gets hit again when the control ACTUALLY DOES LOOSE FOCUS. So on to Subclassing, but I cant seem to find any of the TVM messages flying by in Spy++. Should I be subclassing the form or the TreeView control? Anyway I locked onto both with Spy, and see no TVM messages. I was hoping to do my thing upon seeing the TVM_ENDEDITLABELNOW.
Thanks

