Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウェブサイトのhtmlソースコードを取得したいのですが、
それは次のようなものです:
wb.Document...
1:
webbrowser1.document.body.innerhtml
2:
Dim webClient As New System.Net.WebClient Dim result As String = webClient.DownloadString("http://www.google.co.il")
;)