Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. The Webbrowser in WPF can’t display page unless mouse moving on.

The Webbrowser in WPF can’t display page unless mouse moving on.

Scheduled Pinned Locked Moved WPF
helpcsharpwpftutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CooperWu
    wrote on last edited by
    #1

    The Webbrowser in WPF can't display page unless mouse moving on. This bug can't reproduce in my demo project, and I don't know how to fix it. I tried: call WindowsFormsHost.UpdateLayout. (Failed) call WindowsFormsHost's child, a WebBrowser control. call WebBrowser.Update or WebBrowser.Refresh. (Failed) call WindowsFormsHost.InvalidateVisual() (Failed) Is there other solution? I even simulated mouse moving on like this:

    AutomationElement element = AutomationElement.FromHandle(winAdHoster.Handle);
    ATGTestInput.Input.MoveToAndClick(element);

    this failed again.

    Glad to discuss with you and best wishes.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups