|
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");
我这样写,是一行显示9个字符,但是第二行却没法显示,请问这是怎么回事呢,第一行显示是正常的。 |
|