Results 1 to 40 of 531

Thread: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

Hybrid View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Manipulate data in webpages using the Webbrowser control

    well my example is using the webbrowser control, which displays the HTML page rendered the same was the IE browser does.

    What it looks like you are doing, is a more "behind the scenes" approach, by posting form data to a URL, and getting the resulting response.

    Is this what you want? or would you rather use the webbrowser control and auto fill the fields and submit the form?

  2. #2
    New Member
    Join Date
    Jul 2006
    Posts
    7

    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 textbox with the HTML is not the same as the WebBrowser.

    In other words, the HTML is a login page whereas the WebBrowser shows what the HTML should be after log in.


    Is this what you want?
    YES
    Last edited by Mc_F; Jul 28th, 2006 at 02:12 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width