在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C# 版微信源代码,功能很全

C# 版微信源代码,功能很全

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:19.81M
  • 下载次数:8
  • 浏览次数:332
  • 发布时间:2021-11-12
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
C# 版微信源代码,基本实现了微信的基本功能,可满足基本需求,改了一下积份,原来的太多了,现在改少一些
【实例截图】
【核心代码】
4744300845221371092.rar
└── C# 版微信源代码
├── C# winform 版微信源代码.txt
├── WeChatAPP.sln
├── WeChatAPP.suo
├── WeChat_Desktop_App
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── CFLite.dll
│   │   │   ├── icudt40.dll
│   │   │   ├── icuin40.dll
│   │   │   ├── icuuc40.dll
│   │   │   ├── JavaScriptCore.dll
│   │   │   ├── libcurl.dll
│   │   │   ├── libeay32.dll
│   │   │   ├── libexslt.dll
│   │   │   ├── libxml2.dll
│   │   │   ├── libxslt.dll
│   │   │   ├── Log
│   │   │   │   └── WeChatLogFile
│   │   │   │   └── Error
│   │   │   │   ├── 20170927.txt
│   │   │   │   └── 20170928.txt
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── objc.dll
│   │   │   ├── pthreadVC2.dll
│   │   │   ├── SQLite3.dll
│   │   │   ├── ssleay32.dll
│   │   │   ├── stdole.dll
│   │   │   ├── WebKitBrowser.dll
│   │   │   ├── WebKitBrowser.dll.manifest
│   │   │   ├── WebKit.dll
│   │   │   ├── WebKit.Interop.dll
│   │   │   ├── WeChat_Desktop_App.exe
│   │   │   ├── WeChat_Desktop_App.exe.config
│   │   │   ├── WeChat_Desktop_App.pdb
│   │   │   ├── WeChat_Desktop_App.vshost.exe
│   │   │   ├── WeChat_Desktop_App.vshost.exe.config
│   │   │   ├── WeChat_Desktop_App.vshost.exe.manifest
│   │   │   ├── WeChat_Desktop_Common.dll
│   │   │   ├── WeChat_Desktop_Common.pdb
│   │   │   ├── WeChat_Desktop_DevExpress.dll
│   │   │   ├── WeChat_Desktop_DevExpress.pdb
│   │   │   ├── WeChat_Desktop_Entity.dll
│   │   │   ├── WeChat_Desktop_Entity.pdb
│   │   │   ├── WeChat_Desktop_LogHost.dll
│   │   │   ├── WeChat_Desktop_LogHost.pdb
│   │   │   ├── WeChat_Desktop_Resource.dll
│   │   │   └── WeChat_Desktop_Resource.pdb
│   │   └── Release
│   ├── obj
│   │   └── x86
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── WeChatAPP.csproj.FileListAbsolute.txt
│   │   ├── WeChatAPP.csproj.GenerateResource.Cache
│   │   ├── WeChatAPP.exe
│   │   ├── WeChatAPP.pdb
│   │   ├── WeChatAPP.Properties.Resources.resources
│   │   ├── WeChatAPP.QRCodeForm.resources
│   │   ├── WeChatAPP.WeChatDesktop.resources
│   │   ├── WeChat_Desktop_APP.csproj.FileListAbsolute.txt
│   │   ├── WeChat_Desktop_App.csproj.GenerateResource.Cache
│   │   ├── WeChat_Desktop_App.csprojResolveAssemblyReference.cache
│   │   ├── WeChat_Desktop_App.exe
│   │   ├── WeChat_Desktop_App.FormBase.resources
│   │   ├── WeChat_Desktop_App.pdb
│   │   ├── WeChat_Desktop_App.Properties.Resources.resources
│   │   ├── WeChat_Desktop_App.UCChatItem.resources
│   │   ├── WeChat_Desktop_App.UCChatList.resources
│   │   ├── WeChat_Desktop_App.UCContactItem.resources
│   │   ├── WeChat_Desktop_App.UCContactList.resources
│   │   ├── WeChat_Desktop_App.UCContactTitleItem.resources
│   │   ├── WeChat_Desktop_App.UCReadItem.resources
│   │   ├── WeChat_Desktop_App.UCReadList.resources
│   │   ├── WeChat_Desktop_App.UserControls.QRCodeScan.resources
│   │   ├── WeChat_Desktop_App.UserControls.UserImageShow.resources
│   │   ├── WeChat_Desktop_App.WeChat_ChatWindowForm.resources
│   │   ├── WeChat_Desktop_App.WeChat_ConfigSkin.resources
│   │   ├── WeChat_Desktop_App.WeChatDesktop.resources
│   │   ├── WeChat_Desktop_App.WeChat_QRCodeForm.resources
│   │   ├── WeChat_Desktop_App.WeChat_ReadDetailsPage.resources
│   │   └── WeChat_Desktop_App.WeChat_UserControls.UserLoading.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── WeChat_Component
│   │   ├── WeChat_DrawBaseForms
│   │   │   ├── FormBase.cs
│   │   │   ├── FormBase.Designer.cs
│   │   │   └── FormBase.resx
│   │   └── WeChat_UserContactLists.cs
│   ├── WeChat_Desktop_App.csproj
│   ├── WeChat_Desktop_App.csproj.user
│   ├── WeChat_Lib
│   │   ├── Newtonsoft.Json.dll
│   │   └── webbrowsers
│   │   ├── CFLite.dll
│   │   ├── icudt40.dll
│   │   ├── icuin40.dll
│   │   ├── icuuc40.dll
│   │   ├── JavaScriptCore.dll
│   │   ├── libcurl.dll
│   │   ├── libeay32.dll
│   │   ├── libexslt.dll
│   │   ├── libxml2.dll
│   │   ├── libxslt.dll
│   │   ├── objc.dll
│   │   ├── pthreadVC2.dll
│   │   ├── SQLite3.dll
│   │   ├── ssleay32.dll
│   │   ├── WebKitBrowser.dll
│   │   ├── WebKitBrowser.dll.manifest
│   │   ├── WebKit.dll
│   │   └── WebKit.Interop.dll
│   ├── WeChat_UserControls
│   │   ├── QRCodeScan.cs
│   │   ├── QRCodeScan.Designer.cs
│   │   ├── QRCodeScan.resx
│   │   ├── UCChatItem.cs
│   │   ├── UCChatItem.Designer.cs
│   │   ├── UCChatItem.resx
│   │   ├── UCChatList.cs
│   │   ├── UCChatList.Designer.cs
│   │   ├── UCChatList.resx
│   │   ├── UCContactItem.cs
│   │   ├── UCContactItem.Designer.cs
│   │   ├── UCContactItem.resx
│   │   ├── UCContactList.cs
│   │   ├── UCContactList.Designer.cs
│   │   ├── UCContactList.resx
│   │   ├── UCContactTitleItem.cs
│   │   ├── UCContactTitleItem.Designer.cs
│   │   ├── UCContactTitleItem.resx
│   │   ├── UCReadItem.cs
│   │   ├── UCReadItem.Designer.cs
│   │   ├── UCReadItem.resx
│   │   ├── UCReadList.cs
│   │   ├── UCReadList.Designer.cs
│   │   ├── UCReadList.resx
│   │   ├── UserImageShow.cs
│   │   ├── UserImageShow.Designer.cs
│   │   ├── UserImageShow.resx
│   │   ├── UserLoading.cs
│   │   ├── UserLoading.Designer.cs
│   │   └── UserLoading.resx
│   └── WeChat_WindowForms
│   ├── WeChat_ChatWindowForm.cs
│   ├── WeChat_ChatWindowForm.Designer.cs
│   ├── WeChat_ChatWindowForm.resx
│   ├── WeChat_ConfigSkin.cs
│   ├── WeChat_ConfigSkin.Designer.cs
│   ├── WeChat_ConfigSkin.resx
│   ├── WeChatDesktop.cs
│   ├── WeChatDesktop.Designer.cs
│   ├── WeChatDesktop.resx
│   ├── WeChat_QRCodeForm.cs
│   ├── WeChat_QRCodeForm.Designer.cs
│   ├── WeChat_QRCodeForm.resx
│   ├── WeChat_ReadDetailsPage.cs
│   ├── WeChat_ReadDetailsPage.Designer.cs
│   └── WeChat_ReadDetailsPage.resx
├── WeChat_Desktop_Common
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Lib
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── WeChat_Desktop_Common.dll
│   │   │   ├── WeChat_Desktop_Common.pdb
│   │   │   ├── WeChat_Desktop_Entity.dll
│   │   │   ├── WeChat_Desktop_Entity.pdb
│   │   │   └── WeChat_Lib
│   │   └── Release
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   ├── WeChat_Desktop_Common.csproj.FileListAbsolute.txt
│   │   ├── WeChat_Desktop_Common.csprojResolveAssemblyReference.cache
│   │   ├── WeChat_Desktop_Common.dll
│   │   └── WeChat_Desktop_Common.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── WeChat_CommonUtil
│   │   ├── AsyncHttp.cs
│   │   ├── CommonUtil.cs
│   │   ├── ConvertHelper.cs
│   │   ├── DrawHelper.cs
│   │   ├── Encryption.cs
│   │   ├── HttpRequestCookie.cs
│   │   ├── HttpRequest.cs
│   │   ├── HttpUtil.cs
│   │   ├── ImageProcess.cs
│   │   ├── JsonHelper.cs
│   │   ├── Parameter.cs
│   │   ├── StrEx.cs
│   │   └── XmlHelper.cs
│   ├── WeChat_Control
│   │   └── FunctionController.cs
│   ├── WeChat_Desktop_Common.csproj
│   ├── WeChat_Lib
│   │   └── Newtonsoft.Json.dll
│   └── WeChat_Win32
│   ├── Consts.cs
│   ├── Enums.cs
│   ├── KeyHook.cs
│   ├── MouseEventExtArgs.cs
│   ├── MouseHook.cs
│   ├── NativeMethods.cs
│   └── Structs.cs
├── WeChat_Desktop_DevExpress
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Control
│   │   │   │   ├── Button
│   │   │   │   └── TabControl
│   │   │   ├── Form
│   │   │   ├── Ico
│   │   │   ├── Images
│   │   │   ├── Lib
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── SysButton
│   │   │   ├── WeChat_Desktop_Common.dll
│   │   │   ├── WeChat_Desktop_Common.pdb
│   │   │   ├── WeChat_Desktop_DevExpress.dll
│   │   │   ├── WeChat_Desktop_DevExpress.pdb
│   │   │   ├── WeChat_Desktop_Entity.dll
│   │   │   ├── WeChat_Desktop_Entity.pdb
│   │   │   ├── WeChat_Desktop_LogHost.dll
│   │   │   ├── WeChat_Desktop_LogHost.pdb
│   │   │   ├── WeChat_Desktop_Resource.dll
│   │   │   ├── WeChat_Desktop_Resource.pdb
│   │   │   └── WeChat_Lib
│   │   └── Release
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   ├── WeChat_Desktop_DevExpress.csproj.FileListAbsolute.txt
│   │   ├── WeChat_Desktop_DevExpress.csproj.GenerateResource.Cache
│   │   ├── WeChat_Desktop_DevExpress.csprojResolveAssemblyReference.cache
│   │   ├── WeChat_Desktop_DevExpress.CustomScrollbar.resources
│   │   ├── WeChat_Desktop_DevExpress.dll
│   │   ├── WeChat_Desktop_DevExpress.pdb
│   │   ├── WeChat_Desktop_DevExpress.ScrollBar.resources
│   │   ├── WeChat_Desktop_DevExpress.UserListBox.resources
│   │   └── WeChat_Desktop_DevExpress.UsersBox.resources
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── WeChat_Component
│   │   ├── WeChatButton.cs
│   │   └── WeChatTabControl.cs
│   ├── WeChat_Desktop_DevExpress.csproj
│   ├── WeChat_QQList
│   │   ├── UserListBox.cs
│   │   ├── UserListBox.designer.cs
│   │   ├── UserListBox.resx
│   │   ├── UsersBox.cs
│   │   ├── UsersBox.designer.cs
│   │   └── UsersBox.resx
│   └── WeChat_ScrollBar
│   ├── CustomScrollbar.cs
│   ├── CustomScrollbar.resx
│   ├── ScrollBar.cs
│   ├── ScrollBar.designer.cs
│   └── ScrollBar.resx
├── WeChat_Desktop_Entity
│   ├── bin
│   │   ├── Debug
│   │   │   ├── WeChat_Desktop_Entity.dll
│   │   │   └── WeChat_Desktop_Entity.pdb
│   │   └── Release
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   ├── WeChat_Desktop_Entity.csproj.FileListAbsolute.txt
│   │   ├── WeChat_Desktop_Entity.csprojResolveAssemblyReference.cache
│   │   ├── WeChat_Desktop_Entity.dll
│   │   └── WeChat_Desktop_Entity.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── WeChat_Desktop_Entity.csproj
│   ├── WeChat_DrawEnum
│   │   ├── EDirection.cs
│   │   ├── EItemType.cs
│   │   ├── EMouseState.cs
│   │   └── SysButton.cs
│   ├── WeChat_Model
│   │   ├── LoginResultParameter.cs
│   │   ├── UserInitializationResultInfos.cs
│   │   ├── UserInitializtionPara.cs
│   │   ├── WeChatFriendLists.cs
│   │   ├── WeChatMsg.cs
│   │   ├── WeChatMsgDic.cs
│   │   ├── WeChatRequestURL.cs
│   │   ├── weChatSendMsg.cs
│   │   ├── WeChatStatusNotify.cs
│   │   └── WeChatSyncGetMsg.cs
│   └── WeChat_RelationEnum
│   ├── HttpRequestType.cs
│   ├── WeChatFriendListNameEnum.cs
│   ├── WeChat_IcoClickEnum.cs
│   ├── WeChatLoginStatus.cs
│   └── WeChatMsgEnum.cs
├── WeChat_Desktop_LogHost
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── WeChat_Desktop_LogHost.dll
│   │   │   ├── WeChat_Desktop_LogHost.dll.config
│   │   │   └── WeChat_Desktop_LogHost.pdb
│   │   └── Release
│   ├── FileLog.cs
│   ├── LogType.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   ├── WeChat_Desktop_LogHost.csproj.FileListAbsolute.txt
│   │   ├── WeChat_Desktop_LogHost.csprojResolveAssemblyReference.cache
│   │   ├── WeChat_Desktop_LogHost.dll
│   │   └── WeChat_Desktop_LogHost.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── WeChat_Desktop_LogHost.csproj
└── WeChat_Desktop_Resource
├── AssemblyHelper.cs
├── bin
│   ├── Debug
│   │   ├── Control
│   │   │   ├── Button
│   │   │   └── TabControl
│   │   ├── Form
│   │   ├── Ico
│   │   ├── Images
│   │   ├── SysButton
│   │   ├── WeChat_Desktop_Resource.dll
│   │   └── WeChat_Desktop_Resource.pdb
│   └── Release
├── Control
│   ├── Button
│   │   ├── down.png
│   │   ├── focus.png
│   │   ├── gray.png
│   │   ├── highlight.png
│   │   ├── Light.png
│   │   ├── normal.png
│   │   └── White-side.png
│   ├── ScrollBar
│   │   ├── downarrow.png
│   │   ├── Scrollbg.png
│   │   ├── Scrollkit.png
│   │   ├── ThumbBottom.png
│   │   ├── ThumbMiddle.png
│   │   ├── ThumbSpanBottom.png
│   │   ├── ThumbSpanTop.png
│   │   ├── ThumbTop.png
│   │   ├── uparrow.png
│   │   ├── VScroll_Down.png
│   │   ├── VScroll_Middle_Enter.png
│   │   ├── VScroll_Middle.png
│   │   └── VScroll_Up.png
│   └── TabControl
│   ├── main_tab_background.png
│   ├── main_tab_bkg.png
│   ├── main_tabbtn_down.png
│   ├── main_tabbtn_highlight.png
│   ├── main_tab_check.png
│   └── main_tab_highlight.png
├── Form
│   ├── backgound.png
│   ├── DesktopImage.png
│   ├── Desktop.png
│   └── framemod.png
├── Ico
│   ├── chat.ico
│   └── login.ico
├── Images
│   ├── Loading.gif
│   └── MsgCount.png
├── obj
│   └── Debug
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── TempPE
│   ├── WeChat_Desktop_Resource.csproj.FileListAbsolute.txt
│   ├── WeChat_Desktop_Resource.csprojResolveAssemblyReference.cache
│   ├── WeChat_Desktop_Resource.dll
│   └── WeChat_Desktop_Resource.pdb
├── Properties
│   └── AssemblyInfo.cs
├── QQ
│   ├── 2694841427028768141.png
│   ├── Arrowbar.png
│   ├── B (34).png
│   ├── C (1).png
│   ├── CutHS.png
│   ├── exclamation.png
│   ├── IconMask1.png
│   ├── image.png
│   ├── Mobil.png
│   └── weather_sun.png
├── SysButton
│   ├── sys_button_close.png
│   ├── sys_button_max.png
│   ├── sys_button_min.png
│   ├── sys_button_restore.png
│   └── title_bar_menu.png
└── WeChat_Desktop_Resource.csproj

96 directories, 321 files

标签:

实例下载地址

C# 版微信源代码,功能很全

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 wgsasd311 发表于: 2022-12-15 10:47 23
微信扫码成功后,点击确认登陆扣,界面不会出来

支持(0) 盖楼(回复)

第 2 楼 wgsasd311 发表于: 2022-12-15 10:47 28
微信扫码成功后,点击确认登陆扣,界面不会出来

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有2条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警