Search:

Type: Posts; User: coheed

Search: Search took 0.18 seconds.

  1. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    Perfect, you're the man!

    Any clue where I can find a good writeup on the 2005 web browser?
  2. Re: [2005] Web Browser Control and Setting ComboBox Values for Web Page

    Ah HA!
    I finally solved this, for any would-be searchers, here is what works:


    HTML.All.Item("expdate_year").SetAttribute("value", strYear)
  3. [2005] [RESOLVED] Web Browser Control and Setting ComboBox Values for Web Page

    Ok, so I'm trying to set a combobox value to a value held in a string. It is simply a "Year" combo box, and the values range from 2007 to 2026...

    Setting the innertext only makes the combobox be...
  4. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    Ok... this should be easy, but I'm having a terrible time...

    kleinma, I've looked over your sample and still can't get this to work:

    All I'm trying to do is fill in the info on the paypal...
  5. Re: [RESOLVED] webbrowser control experts - need to click this auto

    Is there a way to Click a button, if it's not a submit button.

    Like, the HTML code for the button is <input type="button" name="save" onClick="some java script code ">

    This way submitting the...
  6. Re: How to wait until a web page is loaded with Webbrowser control...

    Anyone else have any other suggestions?

    Something else I can try... His code is helpful, but still doesn't seem to work the way i'd like...

    I"m looking for a subroutine that I can call on to...
  7. Re: How to wait until a web page is loaded with Webbrowser control...

    I understand what you are saying...

    But... say for example you have to log into the website first... my code will be ran when that initial login page is brought up. then again on any page leading...
  8. Re: How to wait until a web page is loaded with Webbrowser control...

    I don't think I can with what I'm doing. If everytime the browser loaded the same thing happened, I guess that would work.

    But I'm gathering certain data from a page, and then depending on that,...
  9. How to wait until a web page is loaded with Webbrowser control...

    Ok... So I'm writing a program that will read data from a webpage's html source.

    Using the webbrowser control, I have the program navigate to a page, and then download it's source to parse it.
    ...
Results 1 to 9 of 10



Click Here to Expand Forum to Full Width