I am trying to design a program where you enter in some text on my form and click a button called Start. When you click start it needs to then put what is in the textbox on my form into a textbox in a webpage that i have open.
The way I thought of doing this is when i click on start i have a delay where i move the cursor to the target textbox on the webpage and then store the coordinates of the cursor and somehow simulate a mouse click at that position and then paste whats on my form into that textbox and send the enter key. But this seems to be harder than i thought.. so far all i have been able to get are the mouse coordinates of the target box on the webpage.
any help on how to do this or an easier way to accomplish this would be really great, thanks
The way I thought of doing this is when i click on start i have a delay where i move the cursor to the target textbox on the webpage and then store the coordinates of the cursor and somehow simulate a mouse click at that position and then paste whats on my form into that textbox and send the enter key. But this seems to be harder than i thought.. so far all i have been able to get are the mouse coordinates of the target box on the webpage.
any help on how to do this or an easier way to accomplish this would be really great, thanks