資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Windows.Forms;
using?ServerDLL;
using?ListenerDLL;
using?System.Drawing.Imaging;
namespace?CameraServer
{
????public?partial?class?frmServer?:?Form
????{
????????private?ClassVedioCapture?VC?=?new?ClassVedioCapture();
????????public?frmServer()
????????{
????????????InitializeComponent();
????????}
????????private?void?btnClose_Click(object?sender?EventArgs?e)
????????{
????????????this.tSave.Enabled?=?false;
????????????Application.Exit();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????try
????????????{
????????????????VC.Initialize(this.pictureBoxShow?this.pictureBoxShow.Width?this
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????20480??2008-06-23?01:47??CameraServer.exe
?????文件??????16384??2008-06-23?01:46??ListenerDLL.dll
?????文件??????24576??2008-06-23?01:39??ServerDLL.dll
-----------?---------??----------?-----??----
????????????????61440????????????????????3
- 上一篇:SwfUpload使用
- 下一篇:QQ的消息發送功能
評論
共有 條評論