How can i load cookie data to WebBrowser when i am on an URL like stackoverflow.com, in visual studio? I already have my cookie file consisting of the required data to the stackoverflow login but I do not know how to make the WebBrowser use it?
Thanks in advance.