Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello

There is a website containing a text input box and a corresponding command button. It's like the website Google where one enters the query in text and clicks the command button 'Search'.

I want to link a text generated in a C++ program's output to that text input box and execute the command automatically after regular intervals. It's like a loop where the process of inputting a text and executing a command is repeated but with the text changing.

Thanks..
Posted

1 solution

This is probably easier to do with C#. You need to host IE as a control, then access the DOM of that web page so you can manipulate it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900