2020年8月5日 星期三

vb.net 將Listbox複製進 String() [Copy ListBox Item to String()]

1
        Dim file() As String = ListBox1.Items.Cast(Of Object).Select(Function(o) ListBox1.GetItemText(o)).ToArray

沒有留言:

張貼留言