Results 1 to 4 of 4

Thread: I have a problem with WebBrowser refresh function

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2009
    Posts
    166

    I have a problem with WebBrowser refresh function

    When I am doing refresh | or navigate to the same url | or navigate to other url and then back to the original url,

    When the DocumentText is changed in the WebPage of real internet (explorer) in the Web Page of my WebBrowser it doesn't change.

    Why? even after resresh?


    code:

    Private Sub Timer3_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer3.Tick

    Me.WebBrowser1.Refresh()

    End Sub


    Private Sub WebBrowser3_DocumentCompleted(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser3.DocumentCompleted

    Me.TextBox1.Text = Me.WebBrowser1.DocumentText

    End Sub


    and then I check the textbox
    Last edited by assafey; Mar 17th, 2009 at 01:42 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width