資源簡介
IM即時會議聊天,可以在線IM交流、建立會議室(可以設置密碼),會員(密碼、頭像等信息)和部門實現在線管理,Server/Client分別為服務端和客戶端,設置服務端可以實現在線管理,默認端口號10000

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?client
{
????public?partial?class?chooseface?:?Form
????{
????????public?chooseface(int?index)
????????{
????????????InitializeComponent();
????????????this.index?=?index;
????????????pictureBox.Image?=?il_face.Images[index];
????????}
????????public?int?index;
????????private?void?chooseface_Load(object?sender?EventArgs?e)
????????{
????????????for?(int?i?=?1;?i?????????????{
????????????????listViewface.Items.Add(““?i);
????????????}
????????}
????????private?void?listViewface_SelectedIndexChanged(object?sender?EventArgs?e)
????????{
????????????if?(listViewface.SelectedItems.Count?>?0)
????????????{
????????????????pictureBox.Image?=?il_face.Images[listViewface.SelectedItems[0].ImageIndex];
????????????????index?=?listViewface.SelectedItems[0].ImageIndex;
????????????}
????????}
????????private?void?btn_ok_Click(object?sender?EventArgs?e)
????????{
????????????this.DialogResult=DialogResult.OK;
????????}
????????private?void?btn_cancle_Click(object?sender?EventArgs?e)
????????{
????????????this.DialogResult?=?DialogResult.Cancel;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????315392??2007-05-04?10:03??c#精品即時會議聊天完整版\client\client\bin\Debug\agsXMPP.dll
?????文件????3997696??2013-08-01?15:33??c#精品即時會議聊天完整版\client\client\bin\Debug\client.exe
?????文件?????157184??2013-08-01?15:33??c#精品即時會議聊天完整版\client\client\bin\Debug\client.pdb
?????文件???????5632??2005-11-11?22:25??c#精品即時會議聊天完整版\client\client\bin\Debug\client.vshost.exe
?????文件???????8192??2013-08-01?15:33??c#精品即時會議聊天完整版\client\client\bin\Debug\sq-AL\client.resources.dll
?????文件???????1327??2007-05-20?10:31??c#精品即時會議聊天完整版\client\client\chooseface.cs
?????文件??????11746??2007-05-20?10:31??c#精品即時會議聊天完整版\client\client\chooseface.Designer.cs
?????文件????1413614??2007-05-17?15:22??c#精品即時會議聊天完整版\client\client\chooseface.resx
?????文件???????7822??2007-05-21?19:12??c#精品即時會議聊天完整版\client\client\client.csproj
?????文件????????168??2007-05-04?15:54??c#精品即時會議聊天完整版\client\client\client.csproj.user
?????文件???????1028??2007-05-08?21:22??c#精品即時會議聊天完整版\client\client\createmeeting.cs
?????文件???????5791??2007-05-08?21:16??c#精品即時會議聊天完整版\client\client\createmeeting.Designer.cs
?????文件???????5814??2007-05-08?21:16??c#精品即時會議聊天完整版\client\client\createmeeting.resx
?????文件???????3398??2007-05-11?19:33??c#精品即時會議聊天完整版\client\client\creatergroupChat.cs
?????文件???????7866??2007-05-11?19:32??c#精品即時會議聊天完整版\client\client\creatergroupChat.Designer.cs
?????文件??????10694??2007-05-11?19:32??c#精品即時會議聊天完整版\client\client\creatergroupChat.resx
?????文件???????2517??2007-05-21?17:55??c#精品即時會議聊天完整版\client\client\editUserInfo.cs
?????文件??????18384??2007-05-21?17:04??c#精品即時會議聊天完整版\client\client\editUserInfo.Designer.cs
?????文件????1413087??2007-05-21?17:04??c#精品即時會議聊天完整版\client\client\editUserInfo.resx
?????文件???????2416??2007-05-24?08:34??c#精品即時會議聊天完整版\client\client\frmchat.cs
?????文件???????7217??2007-05-24?08:31??c#精品即時會議聊天完整版\client\client\frmchat.designer.cs
?????文件??????18715??2007-05-24?08:31??c#精品即時會議聊天完整版\client\client\frmchat.resx
?????文件???????3334??2007-05-11?19:33??c#精品即時會議聊天完整版\client\client\groupChat.cs
?????文件???????7806??2007-05-11?19:33??c#精品即時會議聊天完整版\client\client\groupChat.Designer.cs
?????文件??????10694??2007-05-11?19:33??c#精品即時會議聊天完整版\client\client\groupChat.resx
?????文件???????2030??2007-05-21?17:14??c#精品即時會議聊天完整版\client\client\Info.cs
?????文件????????459??2007-05-21?22:25??c#精品即時會議聊天完整版\client\client\loading.cs
?????文件???????2665??2007-05-21?22:25??c#精品即時會議聊天完整版\client\client\loading.Designer.cs
?????文件???????5814??2007-05-21?22:25??c#精品即時會議聊天完整版\client\client\loading.resx
?????文件????????971??2009-06-05?20:12??c#精品即時會議聊天完整版\client\client\login.cs
............此處省略119個文件信息
評論
共有 條評論