logged in to yahoo or gmail using InternetExplorer.
then on my code - csharp
private CookieContainer CookieCont = new CookieContainer();
...
...
private void loadcookie(url)
{
// how do i add or find the existing cookie and load it in my variable?
CookieCont = ?????
}
Start Free Trial