Hi there,
I have two bits of sample code that is supposed to post data to a website. The first works, the second doesn't but as far as I can tell, they should be the same. Any suggestions would be appreciated.
The one that works is a simple logon to the site page. I captured the headers when I...
I am using some code I found (think it might have been this site even) for blitting a transparent bitmap. I think it is causing a memory leak though. One thing I noticed was that after it calls the deletedc (maskdc), the maskdc still seems to exist. At least, when I call ?maskdc in the immediate...
I know you can get the text by using innerText on a webbrowser object. I was just wondering if you can get the text without having to have a webbrowser object browse to the site. I think there was a different object, xml or something.
K, guess I am an idiot.
HTMLBoxDoc.forms("form1").Item(lstbox name).item(which item I want).selected = true
Then the same code with the next item.selected = true works nice and easy.
I have been able to complete webforms through VBA and Excel data using something like...
Dim HTMLBoxDoc as HTMLDocument
HTMLBoxDoc.forms("form1").Item(itemname in site code).value = whatever i want it to be
'Submit the page
HTMLBoxDoc.forms("form1").Submit
The issue I am having is when the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.