
Originally Posted by
Mayion
Really thank you for helping, but my English was bad a bit.
But after you told me InnerText the text in the Textbox goes to CommandBox.
Now i want after that, it automatic clicks Enter so the CommandBox reads the text i wrote.
Did you understand what i mean now?
also sorry i said it wrong at the thread
after you call .GetElementByID("BoxID").InnerText = "****"
is the GUI not
updating/displaying the text as it should be?
I just tested it a minute ago: The webbrowser control does have an "Update()" method to "Redraw ...[the page]", but I didn't need it.
I'm not sure what you mean by "reading" it. Does the gui not update?
-------------
Are you sure the webpage has finished loading before you try to modify the text box?
Post code. And screenshots..
edit: You literally just want to press the {enter} key --> so the browser will send the text to the server.. ?
try keybd_event() , I think it will work to press any key : )
...I'm not sure the proper way to do it. Might google it for you later...