Kazaa searchresult ctrl??
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I wonder if someone knows how i can get the same behaviour in a CListCtrl or CTreeCtrl or any other control, that the searchresult ctrl has in Kazaa. I want a tree ctrl with multicolumn and the possibility to drag and drop the columns. And the expandable part, the +/- signs, should always be in the first column. I almost found this in a ctrl on codeproject, but when the first column was moved the +/- signs where moved to, not pretty. It looks to me that Kazaa uses a CListCtrl with tree capabilities, but i'm not sure. And if it is, how can i get it in my application? I hope that someone knows what i'm talking about, and can help me.