So I am currently working on a visual basics project.
I need the program to log into a website. I have managed to get the username and password field sorted but i need to be able to click the 'Login' button.
Here is my VB code:
Code:
WebBrowser1.Navigate("**.com")...