RAFOO
Member
- Joined
- Jun 6, 2024
- Messages
- 6
- Programming Experience
- 10+
I am using WebView2 to access websites that are 1st Column of DataGrtidView No Problem at all. But now I need to extract the text (innertext / outerHtml) from webview2 .
Any Help pls?
....
TxtURL.Text = DataGridView1.Rows(nr).Cells(0).Value
WebView21.Source = New Uri(TxtURL.Text)
WebView21.Show()
Catch ex As UriFormatException
'MessageBox.Show("FULL URL ex. --> HTTP")
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
....
Tnx in advance.
Regards
Rafoo
Any Help pls?
....
TxtURL.Text = DataGridView1.Rows(nr).Cells(0).Value
WebView21.Source = New Uri(TxtURL.Text)
WebView21.Show()
Catch ex As UriFormatException
'MessageBox.Show("FULL URL ex. --> HTTP
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
....
Tnx in advance.
Regards
Rafoo