Hey guys, Iam using borland C++ builder 6 and was trying to make a auto login here is my code soo far.
String URL = "
http://example.com";
WebBrowser1->Navigate(WideString(URL)) ;
Now how do i get it to put my stored password into the password input and username into the username input and click submit?
thanks
squills