If you want to retrieve the display text of the item, use the GetItemText method: string text = listBox1.GetItemText(listBox1.SelectedItem); If you are ...
確定! 回上一頁