InnerText Questions and Answers

Recent IT Questions

1 - 2 of 2
<<PREVIOUS 1 NEXT>>

(2008 Visual Basic) I need help with an error in my code

1.Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click 2.For Each Link As HtmlElement In WebBrowser1.Document.Links 3.Dim strText As String = Link.InnerText 4.If strText.IndexOf("Heal") > 0 Then 5.Link.InvokeMember("Click") 6.Exit Sub ...

View Answer   |  Nov 29 2008  4:51 PM GMT
Visual Basic, Web development, Debugging
asked by TryingHard

  50 pts.

When calling on innertext values in Visual Basic 2008

To everyone, I have a problem. I am trying to automate a mouse click with in my browser. The first word in the inner text of the link stays constant but there is a number that follows the text that changes. Here is a sample of what i have. Private Sub Button5_Click(ByVal sender As System.Object,...

View Answer   |  Nov 29 2008  0:36 AM GMT
LINKS, Visual Basic 2008, Code
asked by TryingHard

  50 pts.

1 - 2 of 2
<<PREVIOUS 1 NEXT>>