Textbox text to listbox items vb.net
问题 Ok so i have a textbox that gets items from a website and pastes in that then the list box adds the items but i want each line in textbox to be a new item instead it just adds it all as one heres my code ' Procedure: Dim Str As System.IO.Stream Dim srRead As System.IO.StreamReader Try ' make a Web request Dim req As System.Net.WebRequest = System.Net.WebRequest.Create("http://76.31.248.130/videos.txt") Dim resp As System.Net.WebResponse = req.GetResponse Str = resp.GetResponseStream srRead =