本站提供最佳前端 源码服务,欢迎转载和分享。

【cfdll源码怎么替换】【页面设计代码源码】【audiosystem.cpp源码】c webbrowser 源码

2024-11-20 17:28:12 来源:菠萝影院app源码 分类:焦点

1.C# webbrowser 保存html和图片

c  webbrowser 源码

C# webbrowser 保存html和图片

       æ˜¯è¦èŽ·å–带图片的脱机HTML文件吧,如果是的话可以用下面的方法

       //url是要保存的网页地址

       //filePath是保存到的文件路径

       public static bool SaveWebPageToMHTFile(string url,cfdll源码怎么替换 string filePath)

        {

        bool result = false;

        CDO.Message msg = new CDO.MessageClass();

        ADODB.Stream stm = null;

        try

        {

        msg.MimeFormatted = true;

        msg.CreateMHTMLBody(url, CDO.CdoMHTMLFlags.cdoSuppressNone, "", ""); stm = msg.GetStream();

        stm.SaveToFile(filePath, ADODB.SaveOptionsEnum.adSaveCreateOverWrite);

        msg = null;

        stm.Close();

        result = true;

        }

        catch

        { throw; }

        finally

        {

        //cleanup here

        }

        return result;

        }

【本文网址:http://q7.net.cn/news/20c36399616.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap