Winform实现微信功能


这个是前几个月利用业余时间实现的微信功能,暂时还没用实现完,只实现了微信临时聊天人员的显示,消息数量显示,聊天窗口记录显示,通讯录人员的显示,订阅的查看等,发送功能没有实现,有兴趣的自己去实现。
资源截图
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace WeChat_Desktop_App
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new WeChat_QRCodeForm());
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       6802  2016-11-30 13:35  WeChatAPPWeChatAPP.sln

    ..A..H.    243712  2017-04-26 10:42  WeChatAPPWeChatAPP.suo

     文件        144  2016-11-07 17:25  WeChatAPPWeChat_Desktop_Appapp.config

     文件     862208  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugCFLite.dll

     文件   13911552  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugicudt40.dll

     文件    1245184  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugicuin40.dll

     文件    1079296  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugicuuc40.dll

     文件    1059328  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugjavascriptCore.dll

     文件     225280  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebuglibcurl.dll

     文件    1017344  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebuglibeay32.dll

     文件      61952  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebuglibexslt.dll

     文件    1919488  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebuglibxml2.dll

     文件     170496  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebuglibxslt.dll

     文件     429056  2016-11-03 16:45  WeChatAPPWeChat_Desktop_AppinDebugNewtonsoft.Json.dll

     文件     121344  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugobjc.dll

     文件      49664  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugpthreadVC2.dll

     文件     412160  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugSQLite3.dll

     文件     200704  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugssleay32.dll

     文件    8002048  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugWebKit.dll

     文件     131072  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugWebKit.Interop.dll

     文件      96256  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugWebKitBrowser.dll

     文件      29655  2015-10-30 02:59  WeChatAPPWeChat_Desktop_AppinDebugWebKitBrowser.dll.manifest

     文件     247808  2017-01-06 13:43  WeChatAPPWeChat_Desktop_AppinDebugWeChat_Desktop_App.exe

     文件        144  2016-11-07 17:25  WeChatAPPWeChat_Desktop_AppinDebugWeChat_Desktop_App.exe.config

     文件     232960  2017-01-06 13:43  WeChatAPPWeChat_Desktop_AppinDebugWeChat_Desktop_App.pdb

     文件      11600  2017-04-26 09:44  WeChatAPPWeChat_Desktop_AppinDebugWeChat_Desktop_App.vshost.exe

     文件        144  2016-11-07 17:25  WeChatAPPWeChat_Desktop_AppinDebugWeChat_Desktop_App.vshost.exe.config

     文件        490  2010-03-17 22:39  WeChatAPPWeChat_Desktop_AppinDebugWeChat_Desktop_App.vshost.exe.manifest

     文件     184320  2017-01-06 13:43  WeChatAPPWeChat_Desktop_AppinDebugWeChat_Desktop_Common.dll

     文件     151040  2017-01-06 13:43  WeChatAPPWeChat_Desktop_AppinDebugWeChat_Desktop_Common.pdb

............此处省略390个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)