在TreeView中獲得TreeCtrl指標

2021-04-20 08:22:08 字數 386 閱讀 1187

一般來說,在文件/視 框架中使用ctreeview類,而在基於對話方塊的程式中使用ctreectrl類,而ctreeview實際上是包裝了乙個ctreectrl物件,因此我們可以通過ctreeview::gettreectrl()來得到ctreectrl的指標,然後就直接操作ctreectrl物件吧

// 新建乙個控制項

ctreectrl   treectrl;   

// 得到對應view的控制項指標

treectrl=ctreeview::gettreectrl();     

//設定空間的樣式

treectrl.modifystyle(...);   

// 獲得根的文字

treectrl.getitemtext(tvi_root);

根據需要選中的樹path動態獲得該tree物件

獲得樹物件 public guisubitemtestobject gettree string a if to.length 1 return new guisubitemtestobject to 0 arraylistfilter new arraylist for int i 0 i to....

在 TreeView 控制項中顯示分層資料

1 在web.config檔案中建立以下資料庫連線字串 connectionstrings add name northwindconnectionstring connectionstring data source localhost initial catalog northwind inte...

在 TreeView 控制項中顯示分層資料

1 在web.config檔案中建立以下資料庫連線字串 connectionstrings add name northwindconnectionstring connectionstring data source localhost initial catalog northwind inte...