i want to add items from webbrowser to listview
i had use these codes to add in text1.text
text1.text = WebBrowser1.Document.Body.InnerText
now i want to use listview
i try this LV.ListItems = WebBrowser1.Document.Body.InnerText but its wrong
need lil Help with this code