Microsoft
Software
Hardware
Network
Question : "null reference exception was unhandled by user code" from Webbrowser when accessing body.innerhtml
Private Sub WebBrowser1_Navigated(ByVa
l sender As Object, ByVal e As System.Windows.Forms.WebBr
owserNavig
atedEventA
rgs) Handles WebBrowser1.Navigated
Dim cchtml As String
cchtml = WebBrowser1.Document.Body.
InnerHtml
End Sub
Using VB 2010 express.
Webbrowser on a form and have this code for the navigated event. Please does anyone know what causes this error. I'm assuming it's because the html in the browser doesn't have a body element or something. I Only want further code to run if there is. Is there something I can put in to pre-check it and avoid this crash?
null-reference.png
(15 KB)
(File Type Details)
crash
Answer : "null reference exception was unhandled by user code" from Webbrowser when accessing body.innerhtml
I would use something similar however VB doesn't use null so i would use the above code with "not nothing" instead of "<> null".
Random Solutions
Replace line from keyword
what msstd in outlook anywhere used for?
How to fix windows xp service pack 3 install error: "The system cannot find the file specified"
Displaying GroupWise contacts in Exchange address book?
FTP not working on Windows Server 2008 IIS 7
Need a random list of 1000 geocoded locations in any one country
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003
SQL 2005 Select Query from multiple tables
Should Sys Admins (Domain Admins) also have user accounts?
PL/SQL Export table data to .csv file and save; launch Excel inside PL/SQL and load saved .csv file