資源簡介
這是最近開發的C#視頻會議軟件。
服務器端:支持用戶管理,用戶部門分組。
客戶端:支持點對點文字聊天、語音、視頻和文件傳送;支持召開、參加會議,會議中支持群語音、群視頻,電子白板。
使用說明:視頻編碼器為mpg4視頻編碼,有些電腦系統并不自帶該編碼器,如發現不能視頻編碼,則先安裝里面的mpg4編碼器。安裝方法,解壓mpg4vki.zip,右擊MPG4VKI.inf點安裝,安裝過程中發現已存在mpg4ds32.ax文件,將其覆蓋即可。服務器數據庫中創建有wu、niu、aaa、bbb等幾個用戶,密碼都為123,客戶端可以用那用戶直接登入。服務器可以進行用戶的添加。
這個是大三時候剛學C#時寫的程序(第一個版本),感覺寫的非常爛,大家就忍忍。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Windows.Forms;
using?System.Reflection;
namespace?client
{
????partial?class?AboutBox?:?Form
????{
????????public?AboutBox()
????????{
????????????InitializeComponent();
????????????//??初始化?AboutBox?以顯示程序集信息中包含的產品信息。
????????????//??也可以通過以下方法更改應用程序的程序集信息設置:
????????????//??-?項目->屬性->應用程序->程序集信息
????????????//??-?AssemblyInfo.cs
????????????this.Text?=?String.Format(“關于?{0}“?Assemblytitle);
????????????this.labelProductName.Text?=?AssemblyProduct;
????????????this.labelVersion.Text?=?String.Format(“版本?{0}“?AssemblyVersion);
????????????this.labelCopyright.Text?=?AssemblyCopyright;
????????????this.labelCompanyName.Text?=?AssemblyCompany;
????????????this.textBoxDescription.Text?=?AssemblyDescription;
????????}
????????#region?程序集屬性訪問器
????????public?string?Assemblytitle
????????{
????????????get
????????????{
????????????????//?獲取此程序集上的所有?title?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblytitleAttribute)?false);
????????????????//?如果至少有一個?title?屬性
????????????????if?(attributes.Length?>?0)
????????????????{
????????????????????//?請選擇第一個屬性
????????????????????AssemblytitleAttribute?titleAttribute?=?(AssemblytitleAttribute)attributes[0];
????????????????????//?如果該屬性為非空字符串,則將其返回
????????????????????if?(titleAttribute.title?!=?““)
????????????????????????return?titleAttribute.title;
????????????????}
????????????????//?如果沒有?title?屬性,或者?title?屬性為一個空字符串,則返回?.exe?的名稱
????????????????return?System.IO.Path.GetFileNameWithoutExtension(Assembly.GetExecutingAssembly().Codebase);
????????????}
????????}
????????public?string?AssemblyVersion
????????{
????????????get
????????????{
????????????????return?Assembly.GetExecutingAssembly().GetName().Version.ToString();
????????????}
????????}
????????public?string?AssemblyDescription
????????{
????????????get
????????????{
????????????????//?獲取此程序集的所有?Description?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyDescriptionAttribute)?false);
????????????????//?如果?Description?屬性不存在,則返回一個空字符串
????????????????if?(attributes.Length?==?0)
????????????????????return?““;
????????????????//?如果有?Description?屬性,則返回該屬性的值
????????????????return?((AssemblyDescriptionAttribute)attributes[0]).Description;
????????????}
????????}
????????public?string?AssemblyProduct
????????{
????????????get
????????????{
????????????????//?獲取此程序集上的所有?Product?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyProductAttribute)?false);
????????????????//?如果?Product?屬性不存在,則返回一個空字符串
????????????????if?(attributes.Length?==?0)
????????????????????return?““;
????????????????//?如果有?Product?屬性,則返回該屬性的值
????????????????return?((AssemblyProductAttribute)attributes[0]).Product;
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1256??2007-05-21?18:20??NetMeeting\2020\100_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\10_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\11_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\12_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\13_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\14_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\15_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\16_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\17_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\18_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\19_m.bmp
?????文件???????1256??2007-05-21?18:28??NetMeeting\2020\1_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\20_m.bmp
?????文件???????1256??2007-05-21?18:27??NetMeeting\2020\21_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\22_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\23_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\24_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\25_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\26_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\27_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\28_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\29_m.bmp
?????文件???????1256??2007-05-21?18:28??NetMeeting\2020\2_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\30_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\31_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\32_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\33_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\34_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\35_m.bmp
?????文件???????1256??2007-05-21?18:26??NetMeeting\2020\36_m.bmp
............此處省略390個文件信息
- 上一篇:易通OA系統
- 下一篇:asp.net +access 網站+后臺完整站
評論
共有 條評論