WebBrowser1.document.GetElementById("user_password").SetAttribute("Value", TextBox2.Text)
and then click the button with something like
WebBrowser1.document.GetElementById("idSIButton9").InvokeMember("click")
but the button for this page does not have an ID for me to use getelementbyid so I need another way. I heard about having the program send a http web request in the same way the website does to log you in when you click the button which makes sense. I just have no idea to figure out the web request it sends and how to make the program send that request or whatever. I will post a screencap of the website log in form and the inspect element code and a link to it for you to have a look at.

Link: http://xpro.shivtr.com/users/sign_in

New Topic/Question
Reply



MultiQuote




|