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.
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.