How to read cookie for particular site from VC++
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I want to read cookie value for a particular site from VC++.My project is an IE Toolbar which is using ATL,COM and not using MFC.I need to get the cookie value for a site.I have tried with internetGetCookie function,but everytime it is returning false.Can anybody plz help me with some sample code?