一个vc的watch窗口的实现代码

http://www.codeproject.com/KB/tree/proptree.aspx

Sample Image Sample Image


The control has two window areas:

  • Tree Control
    CPropTree
      CPropTreeItem: can be edit controls, static text, dropdown combo list, or any type of control you wish to create
  • Descriptive area
    This section can be displayed or hidden by calling CPropTree::ShowInfoText().
这里还有几个相似的
http://www.codeproject.com/KB/tree/coptiontree.aspx

一个vc的watch窗口的实现代码  一个vc的watch窗口的实现代码


http://www.codeproject.com/KB/tree/treeviewadv.aspx

TreeViewAdv in Multi-Column mode


Drag&Drop highlighting

Multiselection

Using ComboBox to edit node

http://www.codeproject.com/KB/tree/StaticTreeControl.aspx

一个vc的watch窗口的实现代码

你可能感兴趣的:(代码)