資源簡介
這個是前幾個月利用業余時間實現的微信功能,暫時還沒用實現完,只實現了微信臨時聊天人員的顯示,消息數量顯示,聊天窗口記錄顯示,通訊錄人員的顯示,訂閱的查看等,發送功能沒有實現,有興趣的自己去實現。
代碼片段和文件信息
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\ja
?????文件?????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\libxm
?????文件?????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個文件信息
- 上一篇:ligerui完整的項目源碼
- 下一篇:WinForm\\C#開發圖標素材上千張
評論
共有 條評論