CListCtrl
-
Hi guys. I used from "EditLabel" property of CListCtrl, but it gets only one parameter (item).I want to edit other column. On the other hand, how can I Edit all column of CListCtrl. Truely yours.
-
Hi guys. I used from "EditLabel" property of CListCtrl, but it gets only one parameter (item).I want to edit other column. On the other hand, how can I Edit all column of CListCtrl. Truely yours.
The CListCtrl class only allows you t edit the one column, you probably want some sort of grid control.
-
Hi guys. I used from "EditLabel" property of CListCtrl, but it gets only one parameter (item).I want to edit other column. On the other hand, how can I Edit all column of CListCtrl. Truely yours.
use BOOL SetItem( int nItem, int nSubItem, // index of column that you need to edit. UINT nMask, LPCTSTR lpszItem, // value that you need to change. int nImage, UINT nState, UINT nStateMask, LPARAM lParam ); good luck!
i love vc!This will appear at the end of messages you post to the Code Project