The title pretty much stands for itself. But I am using an HTTPWebRequest to download pages from the internet, but these pages require a login, so you log in with the WebBrowser and it uses the resulting cookies to be able to download the actual page.
Share
Edit: For your case, you may consider a NetworkCredential Object. It will work perfectly without any need for a WebBrowser or Cookies.