Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JiggyPiggy

  1. JiggyPiggy

    Trying to post data to server without filling out web form.

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

    Does deletedc free up memory immediately or once exit procedure?

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

    Is there a way of getting text of website without browsing to it?

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

    Setting multiple values in alistbox on a webpage

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

    Setting multiple values in alistbox on a webpage

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

Part and Inventory Search

Back
Top