I am trying to make a software that signs up for hotmail etc. I am running into a couple of problems with the choosing of the birth date and clicking the submit button. I am newer to coding.
So here is my code I have tried so it will enter the birthdate on hotmail but it is not working and I do not know why:
WebBrowser1.Document.GetElementById("iBirthMonth").InvokeMember("Value" = "3")
And I was wondering if anybody knew what code would be used to click the submit button?