hi, everyone,
i have a problem with the SetItemText() funtion.
i have a CListCtrl m_listctrl,
and i have button.
what i want is that when the button is pressed, i want to insert some cstring to the 2nd column of the list.
i inserted the following code in the button funtion:
m_listctrl.SetItemText(0,1,"string");
but nothing comes out in the list.
would anyone help me with it?
really thank you !
regards,
kaya
i have a problem with the SetItemText() funtion.
i have a CListCtrl m_listctrl,
and i have button.
what i want is that when the button is pressed, i want to insert some cstring to the 2nd column of the list.
i inserted the following code in the button funtion:
m_listctrl.SetItemText(0,1,"string");
but nothing comes out in the list.
would anyone help me with it?
really thank you !
regards,
kaya