Results 1 to 3 of 3

Thread: [RESOLVED] webbrowser.DocumentCompleted not firing on Refresh

  1. #1

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Resolved [RESOLVED] webbrowser.DocumentCompleted not firing on Refresh

    Why doesn't the WebBrowser.DocumentCompleted even fire when I do Webbrowser.Refresh?

    And what can I do make it fire when it refreshes?

  2. #2
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,024

    Re: webbrowser.DocumentCompleted not firing on Refresh

    Hi,

    What are you trying to achieve? Can you post sample codes?

    Greg
    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

  3. #3

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Re: webbrowser.DocumentCompleted not firing on Refresh

    Well, I was just wondering why the DocumentCompleted even didn't fire when I Refreshed the webbrowsers page?

    But I found out about it elsewhere since I didn't get any answer here and apparently the Webbrowser.Refresh just fires one event (can't remember which), so I went with doing this instead:

    Webbrowser.Navigate(webbrowser.url.ToString());

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