Hello , a short description of what i want to do :
a friend has asked me to try this for him..
i have this working on a manual basis , i.e using buttons and manually inputting product number so i am nearly there
i input a number in a textbox ( item number )
then click browse button on application and the website appears in a axwebbrowser1 window
i then click on a view source btn and can view the html in a textbox
i can the sort and parce through the html to grab product info and image url etc
i will store this in a database when i am finished
the above works fine ...
but the idea is to set a loop from 1 to say 100000 and have the pages entered automaticaly....
heres the problem tho:
the loop goes way to fast and does not allow the web page to load before continuing to next step..
how can i enter a check so that everything stops untill the web page has fully loaded ?
Kind regards
Carl
a friend has asked me to try this for him..
i have this working on a manual basis , i.e using buttons and manually inputting product number so i am nearly there
i input a number in a textbox ( item number )
then click browse button on application and the website appears in a axwebbrowser1 window
i then click on a view source btn and can view the html in a textbox
i can the sort and parce through the html to grab product info and image url etc
i will store this in a database when i am finished
the above works fine ...
but the idea is to set a loop from 1 to say 100000 and have the pages entered automaticaly....
heres the problem tho:
the loop goes way to fast and does not allow the web page to load before continuing to next step..
how can i enter a check so that everything stops untill the web page has fully loaded ?
Kind regards
Carl