list control
-
do i have to do changes to the last code. the text on the 2nd column are not showing m_cListCtrl.SetItemText(nIndex-1,1, strCommand2);
jokefake wrote:
the text on the 2nd column are not showing
What does
SetItemText()
return? Have you verified thatstrCommand2
contains anything?
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb
-
jokefake wrote:
the text on the 2nd column are not showing
What does
SetItemText()
return? Have you verified thatstrCommand2
contains anything?
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb
-
strCommand contains the correct string. i think the problem have to do with the SetWindowText. do you have any suggestion of what i can do. -- modified at 6:02 Wednesday 12th July, 2006
jokefake wrote:
i think the problem have to do with the SetWindowText.
SetWindowText()
is not used with a list control.
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb