基本信息
源码名称:仿QQ2008聊天程序(C#源码)
源码大小:2.44M
文件格式:.rar
开发语言:C#
更新时间:2023-04-19
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
仿QQ2008聊天程序(C#源码)
仿QQ2008聊天程序(C#源码),非常有用,对于学习.net网络编程有很大的好处
文件清单
└── 仿QQ2008聊天程序(C#源码)
├── QQ
│ ├── 1.ico
│ ├── 2.ico
│ ├── about.cs
│ ├── about.resx
│ ├── App1.ico
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── 00000000
│ │ │ └── FriendInf.dat
│ │ ├── 00000005
│ │ │ └── FriendInf.dat
│ │ ├── online.dat
│ │ ├── QQ.exe
│ │ ├── QQloginCont.dll
│ │ ├── QQloginCont.pdb
│ │ ├── QQ.pdb
│ │ ├── QQuser.dat
│ │ ├── SerInf
│ │ │ ├── OnlineInf.dat
│ │ │ └── SerInf.dat
│ │ └── sound
│ │ ├── Call.wav
│ │ ├── Folder.wav
│ │ ├── Global.wav
│ │ ├── Msg.wav
│ │ ├── Ring.wav
│ │ └── System.wav
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── main.cs
│ ├── main.resx
│ ├── MessageServer.cs
│ ├── MsgSend.cs
│ ├── MsgSend.resx
│ ├── obj
│ │ └── Debug
│ │ ├── QQ.about.resources
│ │ ├── QQ.exe
│ │ ├── QQ.Form1.resources
│ │ ├── QQ.main.resources
│ │ ├── QQ.MsgSend.resources
│ │ ├── QQ.Online.resources
│ │ ├── QQ.pdb
│ │ ├── QQ.projdata
│ │ ├── QQ.projdata1
│ │ ├── temp
│ │ └── TempPE
│ ├── Online.cs
│ ├── Online.resx
│ ├── QQ.csproj
│ ├── QQ.csproj.user
│ ├── QQ.sln
│ └── QQ.suo
├── QQ_Data.MDF
├── QQloginCont
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── QQloginCont.dll
│ │ └── QQloginCont.pdb
│ ├── CheckOutIpPoint.cs
│ ├── CheckOutNum.cs
│ ├── Class1.cs
│ ├── getSerInf.cs
│ ├── Login.cs
│ ├── obj
│ │ └── Debug
│ │ ├── QQloginCont.dll
│ │ ├── QQloginCont.pdb
│ │ ├── QQloginCont.projdata
│ │ ├── QQloginCont.projdata1
│ │ ├── temp
│ │ └── TempPE
│ ├── Online.cs
│ ├── Online.resx
│ ├── PlaySound.cs
│ ├── QQloginCont.csproj
│ ├── QQloginCont.csproj.user
│ ├── Regx.cs
│ ├── SendMessage.cs
│ ├── ShareDate.cs
│ ├── TrafficMsg.cs
│ └── UserInf.cs
├── QQ_Log.LDF
├── qqServer
│ ├── qqServer
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── config
│ │ │ │ ├── dataConfig.dat
│ │ │ │ └── ipConfig.dat
│ │ │ ├── img
│ │ │ │ ├── start.jpg
│ │ │ │ └── stop.jpg
│ │ │ ├── onlineinf
│ │ │ │ └── onLine.xml
│ │ │ ├── qqServer.exe
│ │ │ ├── qqServerManger.dll
│ │ │ ├── qqServerManger.pdb
│ │ │ ├── qqServer.pdb
│ │ │ ├── qqServer.vshost.exe
│ │ │ └── temp
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.resx
│ │ ├── Form3.cs
│ │ ├── Form3.Designer.cs
│ │ ├── Form3.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── qqServer.csproj.GenerateResource.Cache
│ │ │ │ ├── qqServer.exe
│ │ │ │ ├── qqServer.Form1.resources
│ │ │ │ ├── qqServer.Form2.resources
│ │ │ │ ├── qqServer.Form3.resources
│ │ │ │ ├── qqServer.pdb
│ │ │ │ ├── qqServer.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── qqServer.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── qqServer.csproj
│ │ ├── Resources
│ │ │ ├── desable_server.ico
│ │ │ ├── enable_server.ico
│ │ │ ├── Icon1.ico
│ │ │ ├── logo.jpg
│ │ │ ├── server.ico
│ │ │ ├── start.jpg
│ │ │ ├── stop.jpg
│ │ │ └── Thumbs.db
│ │ └── server.ico
│ ├── qqServer.sln
│ └── qqServer.suo
└── qqServerManger
├── bin
│ └── Debug
│ ├── qqServerManger.dll
│ └── qqServerManger.pdb
├── Class1.cs
├── obj
│ ├── Debug
│ │ ├── qqServerManger.dll
│ │ ├── qqServerManger.pdb
│ │ ├── Refactor
│ │ └── TempPE
│ └── qqServerManger.csproj.FileList.txt
├── opDate.cs
├── Properties
│ └── AssemblyInfo.cs
├── qqServerManger.csproj
├── qSaveConfigServer.cs
├── regx.cs
├── Server.cs
├── SqlConnectionTest.cs
├── XmlFileOp.cs
├── XmlOperate.cs
└── Zone.cs
41 directories, 132 files
仿QQ2008聊天程序(C#源码)
仿QQ2008聊天程序(C#源码),非常有用,对于学习.net网络编程有很大的好处
文件清单
└── 仿QQ2008聊天程序(C#源码)
│ ├── 1.ico
│ ├── 2.ico
│ ├── about.cs
│ ├── about.resx
│ ├── App1.ico
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── 00000000
│ │ │ └── FriendInf.dat
│ │ ├── 00000005
│ │ │ └── FriendInf.dat
│ │ ├── online.dat
│ │ ├── QQ.exe
│ │ ├── QQloginCont.dll
│ │ ├── QQloginCont.pdb
│ │ ├── QQ.pdb
│ │ ├── QQuser.dat
│ │ ├── SerInf
│ │ │ ├── OnlineInf.dat
│ │ │ └── SerInf.dat
│ │ └── sound
│ │ ├── Call.wav
│ │ ├── Folder.wav
│ │ ├── Global.wav
│ │ ├── Msg.wav
│ │ ├── Ring.wav
│ │ └── System.wav
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── main.cs
│ ├── main.resx
│ ├── MessageServer.cs
│ ├── MsgSend.cs
│ ├── MsgSend.resx
│ ├── obj
│ │ └── Debug
│ │ ├── QQ.about.resources
│ │ ├── QQ.exe
│ │ ├── QQ.Form1.resources
│ │ ├── QQ.main.resources
│ │ ├── QQ.MsgSend.resources
│ │ ├── QQ.Online.resources
│ │ ├── QQ.pdb
│ │ ├── QQ.projdata
│ │ ├── QQ.projdata1
│ │ ├── temp
│ │ └── TempPE
│ ├── Online.cs
│ ├── Online.resx
│ ├── QQ.csproj
│ ├── QQ.csproj.user
│ ├── QQ.sln
│ └── QQ.suo
├── QQ_Data.MDF
├── QQloginCont
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── QQloginCont.dll
│ │ └── QQloginCont.pdb
│ ├── CheckOutIpPoint.cs
│ ├── CheckOutNum.cs
│ ├── Class1.cs
│ ├── getSerInf.cs
│ ├── Login.cs
│ ├── obj
│ │ └── Debug
│ │ ├── QQloginCont.dll
│ │ ├── QQloginCont.pdb
│ │ ├── QQloginCont.projdata
│ │ ├── QQloginCont.projdata1
│ │ ├── temp
│ │ └── TempPE
│ ├── Online.cs
│ ├── Online.resx
│ ├── PlaySound.cs
│ ├── QQloginCont.csproj
│ ├── QQloginCont.csproj.user
│ ├── Regx.cs
│ ├── SendMessage.cs
│ ├── ShareDate.cs
│ ├── TrafficMsg.cs
│ └── UserInf.cs
├── QQ_Log.LDF
├── qqServer
│ ├── qqServer
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── config
│ │ │ │ ├── dataConfig.dat
│ │ │ │ └── ipConfig.dat
│ │ │ ├── img
│ │ │ │ ├── start.jpg
│ │ │ │ └── stop.jpg
│ │ │ ├── onlineinf
│ │ │ │ └── onLine.xml
│ │ │ ├── qqServer.exe
│ │ │ ├── qqServerManger.dll
│ │ │ ├── qqServerManger.pdb
│ │ │ ├── qqServer.pdb
│ │ │ ├── qqServer.vshost.exe
│ │ │ └── temp
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.resx
│ │ ├── Form3.cs
│ │ ├── Form3.Designer.cs
│ │ ├── Form3.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── qqServer.csproj.GenerateResource.Cache
│ │ │ │ ├── qqServer.exe
│ │ │ │ ├── qqServer.Form1.resources
│ │ │ │ ├── qqServer.Form2.resources
│ │ │ │ ├── qqServer.Form3.resources
│ │ │ │ ├── qqServer.pdb
│ │ │ │ ├── qqServer.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── qqServer.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── qqServer.csproj
│ │ ├── Resources
│ │ │ ├── desable_server.ico
│ │ │ ├── enable_server.ico
│ │ │ ├── Icon1.ico
│ │ │ ├── logo.jpg
│ │ │ ├── server.ico
│ │ │ ├── start.jpg
│ │ │ ├── stop.jpg
│ │ │ └── Thumbs.db
│ │ └── server.ico
│ ├── qqServer.sln
│ └── qqServer.suo
└── qqServerManger
├── bin
│ └── Debug
│ ├── qqServerManger.dll
│ └── qqServerManger.pdb
├── Class1.cs
├── obj
│ ├── Debug
│ │ ├── qqServerManger.dll
│ │ ├── qqServerManger.pdb
│ │ ├── Refactor
│ │ └── TempPE
│ └── qqServerManger.csproj.FileList.txt
├── opDate.cs
├── Properties
│ └── AssemblyInfo.cs
├── qqServerManger.csproj
├── qSaveConfigServer.cs
├── regx.cs
├── Server.cs
├── SqlConnectionTest.cs
├── XmlFileOp.cs
├── XmlOperate.cs
└── Zone.cs
41 directories, 132 files