filmov
tv
[HowTo] [VB.NET] Sign Into Website Using Webbrowser
Показать описание
Today I show you three very simple lines of code that allow you to easily sign into a website via a web browser control in visual basic.
Code Used:
WebBrowser1.Document.GetElementById("Email").InnerText = TextBox1.Text
WebBrowser1.Document.GetElementById("Passwd").InnerText = TextBox2.Text
WebBrowser1.Document.GetElementById("signIn").InvokeMember("Click")
Like and Subscribe!
Code Used:
WebBrowser1.Document.GetElementById("Email").InnerText = TextBox1.Text
WebBrowser1.Document.GetElementById("Passwd").InnerText = TextBox2.Text
WebBrowser1.Document.GetElementById("signIn").InvokeMember("Click")
Like and Subscribe!