i want to code a button that copies a specific word from a site and add it to list box i know how to add in listbox but i don`t know how to copy from a site anything like i want to copy every thing between ' written here' and add the same to list box
List box add and loop
Started by D00M, Mar 08 2010 12:59 PM
1 reply to this topic
#1
Posted 08 March 2010 - 12:59 PM
|
|
|
#2
Posted 13 March 2010 - 03:41 AM
use webclient
once you have the web page html, use regular expression to filter whatever you want.
you can save web page content to a string also.
Dim webClient As New System.Net.WebClient
DownloadFile("http://forum.codecall.net/visual-basic-programming/26087-list-box-add-loop.html", "C:\spider.html")
once you have the web page html, use regular expression to filter whatever you want.
you can save web page content to a string also.


Sign In
Create Account


Back to top









