登录
首页 » C# » QQIM_shell

QQIM_shell

于 2012-03-19 发布 文件大小:11195KB
0 89
下载积分: 1 下载次数: 184

代码说明:

  一个使用C#编写的高仿QQ的,具备通讯功能的聊天软件。关键词:C# QQ 通讯 IM 皮肤(One written in C# like QQ chat software, with communication functions. Key words: C# QQ messaging IM skin)

文件列表:

Common
......\Args
......\....\TCPDataEventArgs.cs,753,2012-02-06
......\Base
......\....\PackageBase.cs,805,2012-02-06
......\bin
......\...\Debug
......\...\.....\Common.dll,11776,2012-02-18
......\...\.....\Common.pdb,26112,2012-02-18
......\...\Release
......\...\.......\Common.dll,10240,2012-02-09
......\...\.......\Common.pdb,19968,2012-02-09
......\Common.csproj,2522,2012-02-06
......\Dlls
......\....\Newtonsoft.Json.dll,352768,2012-02-02
......\Enum
......\....\EPackageHead.cs,2383,2012-02-10
......\obj
......\...\Debug
......\...\.....\Common.csproj.FileListAbsolute.txt,2605,2012-02-18
......\...\.....\Common.dll,11776,2012-02-18
......\...\.....\Common.pdb,26112,2012-02-18
......\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5575,2012-02-22
......\...\.....\TempPE
......\...\Release
......\...\.......\Common.csproj.FileListAbsolute.txt,385,2012-02-09
......\...\.......\Common.dll,10240,2012-02-09
......\...\.......\Common.pdb,19968,2012-02-09
......\...\.......\DesignTimeResolveAssemblyReferencesInput.cache,5609,2012-02-09
......\...\.......\TempPE
......\Properties
......\..........\AssemblyInfo.cs,1344,2012-01-15
......\Sock
......\....\SockTCP.cs,11658,2012-02-10
Entity
......\bin
......\...\Debug
......\...\.....\Common.dll,11776,2012-02-18
......\...\.....\Common.pdb,26112,2012-02-18
......\...\.....\Entity.dll,12800,2012-02-18
......\...\.....\Entity.pdb,46592,2012-02-18
......\...\Release
......\...\.......\Common.dll,10240,2012-02-09
......\...\.......\Common.pdb,19968,2012-02-09
......\...\.......\Entity.dll,12288,2012-02-09
......\...\.......\Entity.pdb,26112,2012-02-09
......\DB
......\..\BloodType.cs,380,2012-02-09
......\..\FriendShipPolicy.cs,279,2012-02-02
......\..\Messages.cs,596,2012-02-10
......\..\Star.cs,372,2012-02-07
......\..\Users.cs,1464,2012-02-10
......\Entity.csproj,3354,2012-02-10
......\obj
......\...\Debug
......\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5674,2012-02-22
......\...\.....\Entity.csproj.FileListAbsolute.txt,3206,2012-02-18
......\...\.....\Entity.dll,12800,2012-02-18
......\...\.....\Entity.pdb,46592,2012-02-18
......\...\.....\ResolveAssemblyReference.cache,5015,2012-02-18
......\...\.....\TempPE
......\...\Release
......\...\.......\DesignTimeResolveAssemblyReferencesInput.cache,5710,2012-02-09
......\...\.......\Entity.csproj.FileListAbsolute.txt,531,2012-02-09
......\...\.......\Entity.dll,12288,2012-02-09
......\...\.......\Entity.pdb,26112,2012-02-09
......\...\.......\ResolveAssemblyReference.cache,3258,2012-02-09
......\...\.......\TempPE
......\Package
......\.......\PackageAddFriend.cs,454,2012-02-10
......\.......\PackageDeleteFriend.cs,463,2012-02-10
......\.......\PackageFriendInfo.cs,746,2012-02-07
......\.......\PackageFriendList.cs,647,2012-02-06
......\.......\PackageLogin.cs,714,2012-02-09
......\.......\PackageMessage.cs,619,2012-02-10
......\.......\PackageOffLineMessage.cs,407,2012-02-10
......\.......\PackageRegister.cs,753,2012-02-06
......\.......\PackageSearchUser.cs,1949,2012-02-09
......\.......\PackageUpdateMessageState.cs,666,2012-02-10
......\.......\PackageUserInfo.cs,623,2012-02-08
......\.......\PackageUserStatus.cs,624,2012-02-10
......\Properties
......\..........\AssemblyInfo.cs,1356,2012-02-02
QQControls
..........\bin
..........\...\Debug
..........\...\.....\QQControls.dll,215552,2012-02-18
..........\...\.....\QQControls.pdb,73216,2012-02-18
..........\...\Release
..........\...\.......\QQControls.dll,214528,2012-02-09
..........\...\.......\QQControls.pdb,56832,2012-02-09
..........\Images.Designer.cs,9912,2012-02-02
..........\Images.resx,12875,2012-01-13
..........\LoginFrame.cs,2367,2012-01-11
..........\LoginFrame.Designer.cs,5411,2012-01-10
..........\LoginFrame.resx,47565,2012-01-10
..........\MainFrame.cs,10071,2012-02-03
..........\MainFrame.Designer.cs,12322,2012-01-13
..........\MainFrame.resx,68694,2012-01-13
..........\MyButton.cs,6442,2012-02-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • diagramscene
    一款基于QT开发的流程图绘制程序,提供了基本的图形,箭头等工具。QT是一款优秀的跨平台的GUI库。(QT-based development of a flow chart drawing program, provides the basic graphics tools such as arrows. QT is a good cross-platform GUI library.)
    2008-08-21 21:35:55下载
    积分:1
  • Chat
    程序利用多线程技术和socket技术实现网上聊天程序。服务器程序和客户端程序在同一程序里。(This program realizes the chatting fuction using the multithread technique and socket programming.)
    2016-07-24 11:49:37下载
    积分:1
  • STM32f0系列GPIO位带操作
    说明:  STM32f0系列GPIO位带操作程序 很方便使用,就像51单片机那样可以直接操作某一位GPIO(Stm32f0 series GPIO bit band operation program is very convenient to use, just like 51 single chip microcomputer can directly operate a bit of GPIO)
    2021-03-30 19:52:23下载
    积分:1
  • continuum-6672
    Continum是一个金融模拟程序,使用 C# 2.0 winform 编写。(Continuum is an financial simulation program written in c# 2.0 winforms.)
    2009-04-13 10:04:05下载
    积分:1
  • OSII
    包含嵌入式实时操作系统uC/OS-II电子书和源代码,讲解详尽透彻,代码清晰,适合相关专业人员学习(Include embedded real-time operating system uC/OS-II e-book and source code, to explain a thorough, clear code for the relevant professional learning)
    2010-06-01 20:10:26下载
    积分:1
  • MFC-ODBCaccess
    VC++ 使用MFC ODBC访问数据库,请注意:在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo,直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下(VC++ using MFC ODBC to access the database, please note: In the VC environment before running the program, you must register ODBC data source, the database file is bookinfo.mdb, data source name is bookinfo, also need to run an executable file with an executable database files files in the same path)
    2014-05-30 09:50:31下载
    积分:1
  • 16194215
    说明:  OpenGL ES2,0开发库和OpenGL ES3,0开发库有差别,保留对OpenGL ES2,0开发库的使用 用RAR5,4解压(The OpenGL ES2,0 development library is different from the OpenGL ES3,0 development library, and the use of the OpenGL ES2,0 development library remains unzipped with RAR5,4)
    2018-12-26 06:09:32下载
    积分:1
  • 252616
    通信原理实验指导书,包括全部通信原理章节,原理分析,硬件解释,编程指导等(The communication principle experiment instruction book, including all the communication principle chapter, the principle analysis, the hardware explanation, the programming instruction and so on)
    2019-01-05 07:39:21下载
    积分:1
  • ILSpy_binaries_5.0.0.4861-preview3
    通过socket实现服务器和客户端的通信,实现网络聊天功能(Realize the communication between server and client through socket, realize the function of network chat)
    2020-06-18 01:00:01下载
    积分:1
  • Sample_VC
    说明:  prodave是西门子PLC与高级语言的程序接口,如何使用它,这里给出一个VC与西门子PLC通讯并读写DB块数据的例子(Prodave is Siemens PLC and high level language program interface, how to use it, so here is a VC and Simon PLC and literacy DB block of data example )
    2011-04-18 15:09:48下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载