2008-10-20 03:06:37 UTC
The problem I am having is pasting text from one textbox on my VB form to another textbox in a web browser object.
In other words when a website is loaded up for example (www.google.co.uk) in the web browser object. I want text copied from textbox1.text and pasted into the textbox located on the webpage.
I have used VB Tabs to get my web browser cursor in the textbox on a webpage but its not pasting anything from the clipboard, when the command says copy textbox1.text to clipboard and then paste. I have tried send keys, however I am unsure I am using the write command keys for send keys option.
Sorry if it seems confusing. I just want this question answering:
When a website is loaded up for example (www.google.co.uk) in the web browser object. I want text copied from textbox1.text and pasted into the textbox located on the webpage.
Full stars, best answer for the answer which resolves my problem.