|
-
Jul 28th, 2006, 01:59 PM
#1
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?
-
Jul 28th, 2006, 02:08 PM
#2
New Member
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.
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|