M
mebeserk
I've got a program that has to submit forms automaticly and go to the
next page.
I know that the following code works for Navigate but it hasn't any
affect on Documents.Forms[0].InvikeMember("Submit");.
=== My code ===
Browser.Navigate("http://www.google.com/");
while (Browser.ReadyState != WebBrowserReadyState.Complete)
Application.DoEvents();
=== My code ===
Does any know the sollution, I preffer to don't use a variable that's
been set on the event DocumentCompleted.
next page.
I know that the following code works for Navigate but it hasn't any
affect on Documents.Forms[0].InvikeMember("Submit");.
=== My code ===
Browser.Navigate("http://www.google.com/");
while (Browser.ReadyState != WebBrowserReadyState.Complete)
Application.DoEvents();
=== My code ===
Does any know the sollution, I preffer to don't use a variable that's
been set on the event DocumentCompleted.