Anyone has a sample code of using this
InternetgetCookieEx
Say I want to get all cookies from internet explorer objects.
Printable View
Anyone has a sample code of using this
InternetgetCookieEx
Say I want to get all cookies from internet explorer objects.
I am not sure but "InternetgetCookieEx" is used in C++?
Anyways... See if this is what you want?
http://www.freevbcode.com/ShowCode.asp?ID=6702
I think the sample is doing it the hard way.
I got it working http://www.dreamincode.net/forums/in...0&#entry869587
However I still cannot get the INTERNET_COOKIE_HTTPONLY flag to work.
I tried to find that anywhere.