TVN_ITEMCHANGED notification codeNotifies a tree-view control's parent window that item attributes have changed. This notification code is sent in the form of a WM_NOTIFY message.

解决方案 »

  1.   

    void OnNMRclickDevTree(NMHDR *pNMHDR, LRESULT *pResult);
    这是右键消息,左键消息名字是什么???
      

  2.   

    TVN_SELCHANGING。父窗口过程通过WM_NOTIFY消息获得。
      

  3.   

    按钮selectItem选中树控件中节点//怎么显示蓝色选中框呢?
      

  4.   

    “按钮selectItem选中树控件中节点//怎么显示蓝色选中框呢?”
    选中后不是已经 蓝的了 吗 ?
      

  5.   

    按钮里用selectItem函数选中没有蓝色选中框