Hello,
I know how to download a source of a website with Inet, but how do i get the complete website with all its gifs, jpgs with Inet ?
is there a way ?
Printable View
Hello,
I know how to download a source of a website with Inet, but how do i get the complete website with all its gifs, jpgs with Inet ?
is there a way ?
i think you would have to get the source and search through it for all the file references (possibly search for ".gif" to find all the gif files)
then you'd have to download each one of the files you've found above with Inet/winsock control to a folder. then if you want to display the web page you have to change all the paths of the files in the source...quite a task :)