資源簡介
本軟件仿照QQ設(shè)計,界面美觀。利用TCP實(shí)現(xiàn)了P2P聊天,文件傳輸和窗口震動。有上線頭像變亮,消息彈出窗口提醒。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Net;
using?System.Net.Sockets;
using?System.IO;
namespace?Chat
{
????class??Friend
????{
????????public?string?ID;
????????public?string?IP;
????????public?bool?state;
????????public?TcpClient?client;
????????public?void?set(string?id?string?ip)
????????{
????????????this.ID?=?id;
????????????this.IP?=?ip;
????????????if?(ip?!=?“n“)?state?=?true;
????????????else?state?=?false;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2013-12-16?10:11??Chat\Chat\App.config
?????文件?????????60??2014-01-05?09:48??Chat\Chat\bin\Debug\2011011457\friend.txt
?????文件?????????48??2014-01-05?09:49??Chat\Chat\bin\Debug\2011011461\friend.txt
?????文件????2054656??2014-01-05?09:54??Chat\Chat\bin\Debug\Chat.exe
?????文件????????187??2013-12-16?10:11??Chat\Chat\bin\Debug\Chat.exe.config
?????文件?????144896??2014-01-05?09:54??Chat\Chat\bin\Debug\Chat.pdb
?????文件??????22984??2014-04-11?22:14??Chat\Chat\bin\Debug\Chat.vshost.exe
?????文件????????187??2013-12-16?10:11??Chat\Chat\bin\Debug\Chat.vshost.exe.config
?????文件????????490??2010-03-17?22:39??Chat\Chat\bin\Debug\Chat.vshost.exe.manifest
?????文件?????????72??2014-01-04?11:47??Chat\Chat\bin\Release\2011011444\2011011457.txt
?????文件??????????0??2014-01-04?11:40??Chat\Chat\bin\Release\2011011444\friend.txt
?????文件?????????61??2014-01-03?11:18??Chat\Chat\bin\Release\2011011461\2011011457.txt
?????文件?????????48??2014-01-03?11:17??Chat\Chat\bin\Release\2011011461\friend.txt
?????文件????2432512??2014-01-04?18:59??Chat\Chat\bin\Release\Chat.exe
?????文件????????187??2013-12-16?10:11??Chat\Chat\bin\Release\Chat.exe.config
?????文件?????124416??2014-01-04?18:59??Chat\Chat\bin\Release\Chat.pdb
?????文件??????22984??2014-01-05?09:34??Chat\Chat\bin\Release\Chat.vshost.exe
?????文件????????187??2013-12-16?10:11??Chat\Chat\bin\Release\Chat.vshost.exe.config
?????文件????????490??2010-03-17?22:39??Chat\Chat\bin\Release\Chat.vshost.exe.manifest
?????文件???????9888??2014-01-05?09:54??Chat\Chat\Chat.csproj
?????文件????????488??2014-01-05?09:54??Chat\Chat\Chat.csproj.user
?????文件????????559??2013-12-30?16:44??Chat\Chat\Class\Friend.cs
?????文件????????591??2013-12-19?00:11??Chat\Chat\Class\Program.cs
?????文件???????1545??2014-01-03?01:25??Chat\Chat\Class\PubMethod.cs
?????文件???????1272??2013-12-31?01:51??Chat\Chat\Class\Sever.cs
?????文件????????738??2014-01-03?02:11??Chat\Chat\Class\User.cs
?????文件??????23704??2014-01-04?21:32??Chat\Chat\Form\ChatForm.cs
?????文件??????21262??2014-01-05?09:46??Chat\Chat\Form\ChatForm.Designer.cs
?????文件??????86977??2014-01-04?21:32??Chat\Chat\Form\ChatForm.resx
?????文件???????6085??2014-01-04?16:03??Chat\Chat\Form\LoginForm.cs
............此處省略119個文件信息
評論
共有 條評論