Hi all.
I am building an automated login program for my work scheduler (which is a website already existing online). I have created a form with a timer, that when the computers system time reaches a certain time, another form containing a web browser control launches and goes to the login page of my website. There are two text entry boxes and a submit button on this webpage(online site, not a .NET form), how do i code my program to enter in "username" in box 1, and "password" in box 2, and when finished, press the submit button. Keep in mind that I am launching a website within a windows form and the textboxes exist on that website, not on the form.
P.S. When the site loads, the cursor is already focused on the username box, the next "tab" would take it to the "password" focus, and another "tab" would focus the submit button. So that might help some.
Thanks in advance.