Click here to Skip to main content
15,867,568 members

Comments by geaglem (Top 1 by date)

geaglem 5-May-11 23:48pm View    
Deleted
webBrowser1 is Uninitialized,so throws a null pointer exception when it executing webBrowser1.Document.Write(@"....").
The solution is to add "webBrowser1.Navigate("about:blank");" before "webBrowser1.ObjectForScripting =..."