listbox中item属性?
请问下面的写法有什么问题嘛string[] a = {"customerID","CompanyName","contactName","Address"};
for (int i = 0; i < 4; i++)
{
listBox1.Items [i] = a[i];
}
机子总提示说0为index无效值
为什么啊
2008-08-01 13:28
2008-08-01 13:36
2008-08-01 14:38