How to copy and paste the value or text from Google search box to ask.com's search box?
Please imagine a windows application with one webbrowser box on the left side and another webbrowser box on the right side, all embedded evenly in the same one windows application form.
I want to add a button that copies the value or text from Google search box and then converts these characters into a uppercase and then pastes it on the Ask.com's search box.
Google's searchbox ID is "lst-ib" and ask.com's search box ID is "q"
How do you programmatically copy and paste the value or text from Google search box to ask.com's search box?