Entering text in browser

Hey Guys,

I was wondering if there is a way such that, if I have a browser window open along with some application on computer, this application suppose has some buttons, and on each of the button click I can enter text in to the particular position on the browser. Is there a way we can create this type of application? (Not necessarily in C++) Running example of this type of scenario would be, a webpage on which we have a text box and a button, and on a button click it enters predefined text into that textbox. Now in my case, I want this button to be in some application running on my computer, and some way by which I can enter text into that textbox on button click.

Please guide me through.

Thanks
closed account (S6k9GNh0)
I can think of so many ways to implement this my head explodes. Make frame, then OnClick event, create such and such, then recieve text, save text into variable, then do such and such with variable.
Yeah same here. I actually ended up writing a simple C++ program, which creates a text file of all the results based on the selection.
And I just copy and paste the contents of that text into that damn box. :)

Topic archived. No new replies allowed.