WebBrowser Control Problem
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have created a simple browser using the Microsoft Visual Studio 2005 WebBrowser control. The browser appears to have a strange problem. If I use it to open a page that has my custom extended dropdown list, and click on the extended dropdown to display the list, and then click on the scrollbar with the intention of scrolling through the rendered list, the dropdown closes. At such times, the CPU usage appears to suddenly shoot to 100% and my dropdown hangs for some time. If I open the same page using Internet Explorer, my extended dropdown list behaves normally and allows me to scroll through the rendered list without closing. How can this behaviour be explained?