I'm trying to make a program that will get the cookie of site (there is only 1) and put that in a textbox.
I've tried working with the CookieContainer, but I failed.
What I want to happen:
1. Users loads an URL (test.com) in WebBrowser1
2. Get value from cookie of the site (there is only 1!)
3. Put the value in a textbox
Anyone know how to do this?
