[MSDN ]Walkthrough: Creating an Explorer Style Interface with the ListView and TreeView Controls Using the Designer

  • 342
  • 0
  • 2012-09-14

摘要:A Good MSDN File

This MSDN file title is

逐步解說:使用設計工具以 ListView 和 TreeView 控制項建立檔案總管風格的介面 "

http://webcache.googleusercontent.com/search?q=cache:-VnSwpU2OuwJ:msdn.microsoft.com/zh-tw/library/ms171645(v%3Dvs.90).aspx+&cd=3&hl=zh-TW&ct=clnk

This file use on different node in tree, they are have different informations.

When you click a node in tree, will show the node's information in the rightside by listview.

I think of the most important is the event "NodeMouseClick" in this file.

This function will teaching you how to know which node was click by user and show on listview.

Enjoy it!!

=======================================================================