webbrowser does not display page until an event occurs
问题 I am using the .net compact framework webbrowser control on a Windows CE device. The .Net application has a web server running on the device under a different thread. The webbrowser interacts with the web server as per normal browser functionality. The problem is that when pages are requested the screen does not always display until there is some browser event. An example is if I put a Javascript alert(...) statement within the page's script. The screen will blank and the message will display