Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
C, C++, C#
Using webbrowser control to automate tasks?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Graciela" data-source="post: 19271" data-attributes="member: 3187"><p>You would be much better off with raw HTTPWebRequests.</p><p>The WebBrowser control is CPU intensive because it's something like a limited version of IE...All page loads are processed, images loaded, etc., etc.</p><p>With a WebRequest you don't load anything, you just POST and GET (text/HTML).</p></blockquote><p></p>
[QUOTE="Graciela, post: 19271, member: 3187"] You would be much better off with raw HTTPWebRequests. The WebBrowser control is CPU intensive because it's something like a limited version of IE...All page loads are processed, images loaded, etc., etc. With a WebRequest you don't load anything, you just POST and GET (text/HTML). [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
C, C++, C#
Using webbrowser control to automate tasks?
Top