Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Participant

I want implement a console application that it read a file (each row of this file is a web page url) and open a web page in IE. It is OK and I can do this easily but I want to copy a text in a textbox of that page after loading the web page. How I can do this?

Thanks a lot
Posted

See this[^] link.

Caveat: this uses a WebBrowserControl, so you'll need to build a WinForms/WPF app.

/ravi
 
Share this answer
 
Comments
Reza Alipour Fard 19-Nov-13 9:59am    
Thanks, I tried but it doesn't work correctly.
Can you give a sample of how you can use it?
you can also use http://www.seleniumhq.org/[^] as an alternate
 
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