Hello Great programmers, pls i am looking for a solution to a problem which i know is easy for you guys....
I am trying to make a software that will navigate to google image , extract all the image source and still yet scroll down and continue to extract all the image source... just like a "Do" command.
But my problem is that, i don't know how to autoscroll the webbrowser down.
IF you don't get what i am saying....... for instance, you go to google image and search for something... it will return your search for you but not all until you scroll down. it is when you scroll down that more results will be loaded. so that is exactly what i am saying.
I have search the net but couldn't seem to find what i am looking for.
i am currently using this code below:
" WebBrowser1.Document.Window.ScrollTo("0", "9800") "
The code loads then it reaches a point it stops.
I want it to stop only when the page has finished loading all the searched images.
By the way, i use VB(visual basic) to code.
Thanks for your understanding and hoping to see a result soon great programmers.