copy and paste into webbrowser

  • Thread starter Thread starter Young
  • Start date Start date
Y

Young

Hi!

I am writing a program to insert text into a textbox on webbrowser.
Please let me know if you can help me.

Using Visual Studio 2005(Visual Basic)
I have a form with many textboxes on left side and webbrowser1 on right
side. I will need to copy and paste that are in the form to the
textboxes in webbrowser. I can put my cursor and put my cursor active
in the textbox in browser. How can I put textbox1.text into currently
active location.

Here is how I set my cursor.

SetCursorPos(950, 285)
Mouse_Event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0)
Mouse_Event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0)

Thanks,
Young.
 
Hi!

I have many fields that I need to insert into the form in a webbrowser.
I would like to do this automatically if possible. Only way I found so
far is using a third party software that records my keystrocks and
replay when asked. My wish is to press a button that will move all data
at once into the webbrowser.

I am new to programming and wasn't sure if your suggestion was correct
one.

thanks,
Young.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top