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
Printable View
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
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.
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
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.
Bump!
Any one?