i'm using the DownloadWorker file downloading class which i found on this board. i'm creating a small macro-type app that will visit a set of pages on a site...but i want to be logged in while doing so. i dont want to use the webbrowser control bc its slower bc of loading the pictures and running javascripts, flash and such...the site is using a cookie to do the login, would it be possible to simulate a cookie, so the site would think im logged in?


AcE