Private Sub WebBrowser1_DocumentCompleted(sender As Object, e As WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted

End Sub

Private Sub Email_TextChanged(sender As Object, e As EventArgs) Handles Email.TextChanged

End Sub

Private Sub TextBox2_TextChanged(sender As Object, e As EventArgs) Handles TextBox2.TextChanged

End Sub

Private Sub Button13_Click(sender As Object, e As EventArgs) Handles Button13.Click


End Sub

Private Sub Button14_Click(sender As Object, e As EventArgs) Handles Button14.Click

End Sub

Private Sub Email_TextChanged(sender As Object, e As EventArgs) Handles Email.TextChanged

End Sub

Private Sub TextBox2_TextChanged(sender As Object, e As EventArgs) Handles Password.TextChanged

End Sub

My Buttons are: Button 13 is my login button. Button 14 is my log out button.

Here is my submission login form which is on my external website:
















Now, what I want to do is; use my application to log me in to my website through my visual studio form.

Can someone please help me with this step? As I really need some help with this part, as I have managed to build the rest of my application up until I got stuck with this bit.

I need someone to show me how the code should look to achieve this.

Many thanks.