RT,有谁知道请指教下!谢谢了!

解决方案 »

  1.   

    char szPath[MAX_PATH]={0};
    if(SHGetSpecialFolderPath(NULL,szPath,CSIDL_COOKIES,FALSE))
    {
    //操作Cookies
    }
      

  2.   

    InternetGetCookie()  InternetSetCookie()
    SDK中有例子,自己看看吧。
      

  3.   

    char szPath[MAX_PATH]={0};
    if(SHGetSpecialFolderPath(NULL,szPath,CSIDL_COOKIES,FALSE))
    {
    //操作Cookies
    }
      

  4.   

    Activex--->IOleClientSite---->IWebBrowse2--->IHTMLDocument2.get(put)_cookie()