December 2009
1 post
5 tags
.NET WebBrowser Control: When DocumentCompleted...
Earlier this month I was working on a piece of code where I had to use the .NET System.Windows.Forms.WebBrowser control. I needed to set a value on a particular element once the document was downloaded. I was trying to get an instance of an HtmlElement using Document.GetElementById(someId) upon the DocumentCompleted event and I was not able to retrieve the element in question. The element in...
Dec 15th