|

楼主 |
发表于 2014-9-12 20:11:18
|
显示全部楼层
LISTVIEW_SetItemText(hItem, 0, 0, "123");
LISTVIEW_SetItemText(ShowLISTVIEW, 1, 0,"2");
LISTVIEW_SetItemText(ShowLISTVIEW, 2, 0,"2");
LISTVIEW_SetItemText(ShowLISTVIEW, 3, 0,"2");
LISTVIEW_SetItemText(ShowLISTVIEW, 4, 0,"2");
LISTVIEW_SetItemText(hItem, 5, 0, "123");
LISTVIEW_SetItemText(ShowLISTVIEW, 6, 0,"2");
LISTVIEW_SetItemText(ShowLISTVIEW, 7, 0,"2");
LISTVIEW_SetItemText(ShowLISTVIEW, 8, 0,"2");
LISTVIEW_SetItemText(ShowLISTVIEW, 0, 1,"25");
LISTVIEW_SetItemText(ShowLISTVIEW, 1,1,"72");
我这样写,发现值显示到第一行,第二行却无法显示,没有任何显示,请问这是为什么呢。 |
|