Search results for query: *

  1. C

    WebBrowser Event Handling Question

    Let me explain what I am trying to do. I have what is similar to an online textbook written in vb6, where you read some text and can click "shortcut links" to open new vb windows. I am currently using a rich text box for the text and am parsing the click event for the "shortcut links". Now...
  2. C

    WebBrowser Event Handling Question

    thats cool. can you evaluate what the css class or the link text of the link was?
  3. C

    WebBrowser Event Handling Question

    I am using the following code to intercept a link click event in a webbrowser control: Private Sub wb1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles wb1.DocumentCompleted...
Back
Top