> Hi,
>
[quoted text clipped - 3 lines]
> Thanks in advance!!!
> Cindy
You can use WinInet's InternetGetCookie() API using P/Invoke.
[DllImport("wininet.dll", CharSet=CharSet.Auto, SetLastError=true)]
internal extern static bool InternetGetCookie(
string urlName,
string cookieName,
StringBuilder cookieData,
ref int size);
Cheers,

Signature
http://www.joergjooss.de
mailto:news-reply@joergjooss.de
cindy liu - 26 Apr 2005 19:16 GMT
Thank you very much!!!
> > Hi,
> >
[quoted text clipped - 14 lines]
>
> Cheers,