Hello, I have this peice of code..
but when ive click ok and chosen the files, it just says in the listbox..
Please help..
VB.NET:
Private Sub OpenFileDialog2_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog2.FileOk
ListBox1.Items.Add(OpenFileDialog2.FileNames)
End Sub
but when ive click ok and chosen the files, it just says in the listbox..
VB.NET:
String[] Array
Please help..