如何返回listbox中的一个值,在listbox中的值没有选中的情况下
ListBox.SelectedItems只能在选中的情况下用
如果没选中呢?
如果我想返回第一个值
我试过listbox.list(0)不可以用
如果没选中呢?
如果我想返回第一个值
我试过listbox.list(0)不可以用
作者: gasolene 发布时间: 2011-06-15
请使用 this.listBox1.Items[0]
作者: mafangming 发布时间: 2011-06-15
引用 1 楼 mafangming 的回复:
请使用 this.listBox1.Items[0]
this.listBox1.Items[0]
请使用 this.listBox1.Items[0]
作者: xuexiaodong2009 发布时间: 2011-06-15