Hi!
Im using a webbrowser control, and i want to read the html source immediately, as it arrives in more parts, dont want to wait until the whole document downloaded. I look for an element with specified id, and when its present in the arrived part of html, invoke click() method. Is there any event would be good for me, or any other ways to do that?
Thank you
(sorry for my english, hope its understandable)