1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click WebBrowser1.Document.GetElementById("code").SetAttribute("value", RichTextBox1.Text) '<textarea rows="5" name="code" cols="80"></textarea> WebBrowser1.Document.GetElementById("Submit").InvokeMember("Click") '<input name="Submit" value="查拼音" onclick="document.form1.code2.value=(trans())" type="button"> RichTextBox2.Text = WebBrowser1.Document.GetElementById("code2").OuterText '<textarea rows="5" name="code2" cols="80"></textarea> End Sub |
2020年5月7日 星期四
vb.net Webbrowser 寫入與取得 [Webbrowser write and read]
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言