質問

I want to show "30%" in a MessageBox. How can I get this information from an element in a WebBrowser?

id="meterNumber">30%<
役に立ちましたか?

解決

See HtmlDocument.GetElementById.

MsgBox(WebBrowser1.Document.GetElementById("meterNumber").InnerText) 
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top