5
I have a project where I have to send files over the network to a server.
When I click on the "add" button a box opens for the person to select the files they want to send and adds to a list that stores objects of type "File".
So far so good, but the name is appearing like in the image. As I do so that the name of the file appears?
Thanks man! Yours was the simplest and what worked was this "Listbox1.Displaymember" that worked. I put the attribute "name" in it and the name of the file appeared. Thanks to the others also because I implemented it here and it became more beautiful.
– WitnessTruth