• 大小: 0.42M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: tcp  远程桌面  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Threading;
using TCPCommunication;

namespace RemoteDeskClient
{
    public partial class Form1 : Form
    {
        TCPClientSocket _tcpClientSocket;
        TCPClientSender _tcpClientSender;
        MyDataClientAnalyse _myDataClientAnalyse;
        MyDataClientDeal _myDataClientDeal;

        GlobalHook _gloabalhook;
        System.Threading.Timer _timer;
        bool _monitor = false; //监控状态
        public Form1()
        {
            InitializeComponent();
            _tcpClientSocket = new TCPClientSocket();
            _tcpClientSender = new TCPClientSender(_tcpC

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      30720  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\bin\Debug\RemoteDeskClient.exe

     文件      50688  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\bin\Debug\RemoteDeskClient.pdb

     文件      14328  2013-08-08 15:54  TCPCommunication Source\RemoteDeskClient\bin\Debug\RemoteDeskClient.vshost.exe

     文件        490  2009-06-11 05:14  TCPCommunication Source\RemoteDeskClient\bin\Debug\RemoteDeskClient.vshost.exe.manifest

     文件      24064  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\bin\Debug\TCPCommunication.dll

     文件      71168  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\bin\Debug\TCPCommunication.pdb

     文件       8352  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\Form1.cs

     文件       2811  2013-08-29 11:26  TCPCommunication Source\RemoteDeskClient\Form1.Designer.cs

     文件       5814  2013-08-29 11:26  TCPCommunication Source\RemoteDeskClient\Form1.resx

     文件      11399  2013-08-07 11:18  TCPCommunication Source\RemoteDeskClient\GloabalHook.cs

     文件       3573  2013-08-07 14:24  TCPCommunication Source\RemoteDeskClient\MyDataClientAnalyse.cs

     文件       5606  2013-08-07 10:45  TCPCommunication Source\RemoteDeskClient\MyDataClientDeal.cs

     文件      26785  2013-08-09 10:20  TCPCommunication Source\RemoteDeskClient\NativeMethods.cs

     文件        955  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\obj\Debug\RemoteDeskClient.csproj.FileListAbsolute.txt

     文件        847  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\obj\Debug\RemoteDeskClient.csproj.GenerateResource.Cache

     文件      30720  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\obj\Debug\RemoteDeskClient.exe

     文件        180  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\obj\Debug\RemoteDeskClient.Form1.resources

     文件      50688  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\obj\Debug\RemoteDeskClient.pdb

     文件        180  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\obj\Debug\RemoteDeskClient.Properties.Resources.resources

     文件       3231  2013-08-29 18:01  TCPCommunication Source\RemoteDeskClient\obj\Debug\ResolveAssemblyReference.cache

     文件        497  2013-08-05 15:17  TCPCommunication Source\RemoteDeskClient\Program.cs

     文件       1364  2013-08-05 15:17  TCPCommunication Source\RemoteDeskClient\Properties\AssemblyInfo.cs

     文件       2882  2013-08-05 15:17  TCPCommunication Source\RemoteDeskClient\Properties\Resources.Designer.cs

     文件       5612  2013-08-05 15:16  TCPCommunication Source\RemoteDeskClient\Properties\Resources.resx

     文件       1101  2013-08-05 15:17  TCPCommunication Source\RemoteDeskClient\Properties\Settings.Designer.cs

     文件        249  2013-08-05 15:16  TCPCommunication Source\RemoteDeskClient\Properties\Settings.settings

     文件       4197  2013-08-07 20:38  TCPCommunication Source\RemoteDeskClient\RemoteDeskClient.csproj

     文件      47104  2013-08-29 18:02  TCPCommunication Source\RemoteDeskServer\bin\Debug\RemoteDeskServer.exe

     文件      56832  2013-08-29 18:02  TCPCommunication Source\RemoteDeskServer\bin\Debug\RemoteDeskServer.pdb

     文件      14328  2013-08-29 18:05  TCPCommunication Source\RemoteDeskServer\bin\Debug\RemoteDeskServer.vshost.exe

............此处省略139个文件信息

评论

共有 条评论