|
-
Mar 10th, 2010, 09:52 PM
#1
Thread Starter
Hyperactive Member
Login without webbrowser?
Hi,
I have searched google and couldnt find any answer. Is it even possible to login to a website using background worker without having to use webbrowser?
Thank you
Last edited by simon66; Mar 11th, 2010 at 02:04 PM.
-
Mar 10th, 2010, 10:06 PM
#2
Re: Background worker login?
The BackgroundWorker is irrelevant. All the BackgroundWorker does is allow you to execute code is a secondary thread without having to mess with delegates directly.
If you want to perform web-related operations then you use a WebClient for simple tasks and an appropriate WebRequest, e.g. HttpWebRequest, when you need more control.
-
Mar 11th, 2010, 01:42 AM
#3
Thread Starter
Hyperactive Member
Re: Background worker login?
 Originally Posted by jmcilhinney
The BackgroundWorker is irrelevant. All the BackgroundWorker does is allow you to execute code is a secondary thread without having to mess with delegates directly.
If you want to perform web-related operations then you use a WebClient for simple tasks and an appropriate WebRequest, e.g. HttpWebRequest, when you need more control.
So I can use HttpWebRequest to login to a webpage with out a webbrowser?
or is the "tricks" in how to do it. Can find a possible solution.
Thank you
-
Mar 11th, 2010, 01:47 AM
#4
Re: Background worker login?
 Originally Posted by simon66
So I can use HttpWebRequest to login to a webpage with out a webbrowser?
or is the "tricks" in how to do it. Can find a possible solution.
Thank you
No, it's not possible. I only posted that for a joke. Then again...
http://www.google.com.au/search?q=lo...ient=firefox-a
-
Mar 11th, 2010, 02:05 PM
#5
Thread Starter
Hyperactive Member
Re: Background worker login?
 Originally Posted by jmcilhinney
Im not if your being sarcastic or what but then, I read those articled and only found codes that needed improvements(they were wrong) plus it get the website source code. Not sure how I can use that you type in the password and login.
Thanks
Help is still needed tough.
-
Mar 13th, 2010, 02:45 AM
#6
Thread Starter
Hyperactive Member
Re: Login without webbrowser?
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
|