用Listview 控件放图标,你需要在ImageList控件中保存你的图标,然后将Listview 和ImageList绑定,在代码中引用ImageList中图标的索引nIndex 即可,见下面代码。 Listview2.ListItems.Add , , XXXX, , nIndex
Listview