does anyone know where i can get a code snippet that shows how to collect URLs from a website and save the output to a Listbox.
thanks in advance.
Printable View
does anyone know where i can get a code snippet that shows how to collect URLs from a website and save the output to a Listbox.
thanks in advance.
There were some posts some time ago about HTML Parser that use Regex to get URLs from any webpage . Just do search or if you can't find , there's a nice example in Codeproject.com .