Search results for query: *

  1. T

    Question Unresolved problem in creating instance of a HtmlElement object?

    Thanks so much! Ok, so all I need to do is to filter out the null strings, and then I wont be getting a NullReferenceException (therefore having an object instance to refer to!) Can't believe I didn't see that :congratulatory: - Alex
  2. T

    Question Unresolved problem in creating instance of a HtmlElement object?

    Sorry, the HTML editor for submitting code ruined the formatting and somehow made "Private Sub" into "PrivateSub". Just a FYI.
  3. T

    Question Unresolved problem in creating instance of a HtmlElement object?

    I have created a HtmlElementCollection and am using a FOR statement in order to filter the HtmlElements until one is found thats OuterText property contains "Article". Private Sub ScrollToElement() If (chooseBrowser.Document IsNot Nothing) Then Dim elements As HtmlElementCollection =...
Back
Top