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.
我有一段代码可以在我的默认浏览器(IE10)中打开一个网页。
Dim url As String url = "http://www.google.com" Process.Start(url)
然后如何将值传递给该页面上的文本框。我以谷歌为例。我正在使用 VS2013、VB 和 asp.net
谢谢
该视频应为您提供所需的所有信息。这是一个从 vb 创建自动雅虎登录的教程,但它将向您展示如何将值传递到网页上的文本框,以及如何使用其他网页控件。
注意:您需要导航到页面并查看源代码以获取控件的 ID