Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
C#
webBrowser1.ScriptErrorsSuppressed = true;
webBrowser1.Url = new Uri(String.Format("file:///{0}/2.html", curDir));


my html page is very small. But webbrowser load longly this.
Posted
Comments
OriginalGriff 19-May-13 6:55am    
If it is that small, post it here: without information, there isn't a lot we can do or say...
Use the "Improve question" widget to edit your question and provide better information.
[no name] 19-May-13 7:23am    
it enough small that i can post here. Why google chrome open it momentally. Iexplorer open moment too. But webrowser ...

1 solution

open it from ie9. it show me that page contain active x. Because it uses webbrowser open page very slow
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900