Search:

Type: Posts; User: Mc_F

Search: Search took 0.02 seconds.

  1. Re: Manipulate data in webpages using the Webbrowser control

    Depending on what you come up with I would really like to use something along the lines of:
    using the httpwebrequest / httpwebresponse along with using the credentials property.
    Below sends the...
  2. Re: Manipulate data in webpages using the Webbrowser control

    Exactly. I just want to auto login by code and retrieve that text.
  3. Re: Manipulate data in webpages using the Webbrowser control

    I see how that works, but this is broken down like this, so you may help me with a solution:

    go here: http://bright-shadows.net/challenges/programming/get_started/tryout.php
    there is the login...
  4. Re: Manipulate data in webpages using the Webbrowser control

    'Cast the web browser document
    With DirectCast(wb.Document, mshtml.HTMLDocument)
    .forms.item(, 0) 'as far is it goes with intellisense.
    End With

    the name of my...
  5. Re: Manipulate data in webpages using the Webbrowser control

    WebBrowser.Document.forms.item(, 0).elements("field1").value = "myvalue"

    Why doesn't anything after the Document object get acknowledged?
    It won't work for me this way. Could you explain?
  6. Re: Manipulate data in webpages using the Webbrowser control

    Lets say I have a text box on a form that I put the HTML source into after issuing an HTTPWebRequest and receiving a response.

    Below that I have a WebBrowser control that shows the page.

    The...
  7. Re: Manipulate data in webpages using the Webbrowser control

    I need something like that for VS 2003. As much as I like VS, I hate the way MS uses upward compatibility. Basically all I want to do is learn how to programmatically fill in fields on a webpage from...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width