Trying to have webbrowser in VB6 open up a web page and fill out information automatically for me.
Having trouble getting text into a FreeTextBox. My code is:
WebBrowser1.Doc ument.getelemen tByID("ctl1__ct l0_Main_Main_Co mposeMessa ge1_FreeTextBox Message").Inner Text = "It works!"
For some reason, it doesn't do anything. Can I put text into a FreeTextBox this way or am I coding it wrong?
Any help is greatly appreciated!
Having trouble getting text into a FreeTextBox. My code is:
WebBrowser1.Doc ument.getelemen tByID("ctl1__ct l0_Main_Main_Co mposeMessa ge1_FreeTextBox Message").Inner Text = "It works!"
For some reason, it doesn't do anything. Can I put text into a FreeTextBox this way or am I coding it wrong?
Any help is greatly appreciated!
Comment