Looks like this.
- Click on your webBrowser (If its a hidden one select it from the dropdown)
- Click the lightning bolt to bring up events
- Double click on DocumentCompleted
- That will move to your code and form the function
You cannot just type that out, you gotta do all the steps to insure the handler picks up the event.
yeah i threw the getelements/names in that document completed method.
webBrowser1.GetElementById("ID HERE").SetAttribute("value", fdsfs.Text);
But i was wondering how i could reload the captcha after each entry. Using an if loop i guess.