Posts by Matheus batista • 3 points
1 post
-
0
votes1
answer19
viewsQ: I would like to send data from a txt(read) file to a listbox
For example: File reading string [] linhas = File.ReadAllLines("ip.txt"); Console.ReadLine(); I did the file reading, now I want to throw them in a ListBox, how to do?…