i am trying to connect to the google accounts page using a webbrowser control .the zipped file has the project which connects to the login page .
now if i click the step1 button it shows as disconnected but if i click secondmethod 1 button followed by secondmethod 2 button it shows as connected though both are executing the same set of statements..
i also tried the following to wait for the webbrowser to complete loading
VB Code:
Do While webbrowser1.busy DoEvents sleep(1000) Loop
any ideas why it does so??




Reply With Quote