• 大小: 19.75MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-07-26
  • 语言: C#
  • 标签: 微信  

资源简介

这个是前几个月利用业余时间实现的微信功能,暂时还没用实现完,只实现了微信临时聊天人员的显示,消息数量显示,聊天窗口记录显示,通讯录人员的显示,订阅的查看等,发送功能没有实现,有兴趣的自己去实现。

资源截图

代码片段和文件信息

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  WeChatAPP\WeChatAPP.sln

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

     文件        144  2016-11-07 17:25  WeChatAPP\WeChat_Desktop_App\app.config

     文件     862208  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\CFLite.dll

     文件   13911552  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\icudt40.dll

     文件    1245184  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\icuin40.dll

     文件    1079296  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\icuuc40.dll

     文件    1059328  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\javascriptCore.dll

     文件     225280  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\libcurl.dll

     文件    1017344  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\libeay32.dll

     文件      61952  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\libexslt.dll

     文件    1919488  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\libxml2.dll

     文件     170496  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\libxslt.dll

     文件     429056  2016-11-03 16:45  WeChatAPP\WeChat_Desktop_App\bin\Debug\Newtonsoft.Json.dll

     文件     121344  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\objc.dll

     文件      49664  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\pthreadVC2.dll

     文件     412160  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\SQLite3.dll

     文件     200704  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\ssleay32.dll

     文件    8002048  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\WebKit.dll

     文件     131072  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\WebKit.Interop.dll

     文件      96256  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\WebKitBrowser.dll

     文件      29655  2015-10-30 02:59  WeChatAPP\WeChat_Desktop_App\bin\Debug\WebKitBrowser.dll.manifest

     文件     247808  2017-01-06 13:43  WeChatAPP\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_App.exe

     文件        144  2016-11-07 17:25  WeChatAPP\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_App.exe.config

     文件     232960  2017-01-06 13:43  WeChatAPP\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_App.pdb

     文件      11600  2017-04-26 09:44  WeChatAPP\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_App.vshost.exe

     文件        144  2016-11-07 17:25  WeChatAPP\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_App.vshost.exe.config

     文件        490  2010-03-17 22:39  WeChatAPP\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_App.vshost.exe.manifest

     文件     184320  2017-01-06 13:43  WeChatAPP\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_Common.dll

     文件     151040  2017-01-06 13:43  WeChatAPP\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_Common.pdb

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

评论

共有 条评论