Rank: Newbie Groups: Member
Joined: 3/28/2017 Posts: 5
|
My application may have multiple WebBrowser instances on the same page. If one of the instances is 'maximized' to fit the bounds of the page, the other instance interferes with the drawing of the control brought to the fore. I've tried resizing the WebControl to Size(0,0), moving the location off-screen, setting visible to false, manually calling 'SendToBack'. Nothing works. In call cases, the part of the maximized WebBrowser has a blank white area corresponding to the WebBrowser control in the background. How can I avoid drawing interference between the WebBrowser instances?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi, Can you try to isolate the problem into a test project and send the test project to us? Once we have the test project, we will investigate further and see what we can find. See here for more information on how to send test project to us: https://www.essentialobjects.com/forum/test_project.aspxThanks!
|