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.
VB.NET を使用して Web サイトのテキスト ボックスにテキストを配置する方法を知りたいです。テキストボックスに入力してEnterキーを押したときのように。このようなもの:
ウェブをウェブブラウザとして暗くする
web.document.textbox(1).insert("テキスト")
次のようになります。
WebBrowser1.Document.GetElementById("login_password").SetAttribute("value", TextBox2.Text)
これは100%役立ちます:
webbrowser1.document.getElementById("yourtextboxidinwebsite").innertext = textbox1.text