T
Timmy
VB.Net Standard 2003, Win2k Pro
The following code generates the late binding msg "Option Strict On
disallows late binding". How do I correct this and still have Strict On?
Thanks,
GG
Option Strict On
~
~ code
~
Private Sub AxWebBrowser1_DownloadComplete(ByVal sender As Object, ByVal e
As System.EventArgs) Handles AxWebBrowser1.DownloadComplete
'rtbHTML is a richtextbox on a form
rtbHTML.Text = AxWebBrowser1.Document.documentElement.innerhtml
End Sub
The following code generates the late binding msg "Option Strict On
disallows late binding". How do I correct this and still have Strict On?
Thanks,
GG
Option Strict On
~
~ code
~
Private Sub AxWebBrowser1_DownloadComplete(ByVal sender As Object, ByVal e
As System.EventArgs) Handles AxWebBrowser1.DownloadComplete
'rtbHTML is a richtextbox on a form
rtbHTML.Text = AxWebBrowser1.Document.documentElement.innerhtml
End Sub