用C#开发的一个用于电脑远程控制的编程,能够实现桌面监控,文件传送,CMD命令。
资源文件列表
icanyou/Backup/Form1.cs , 335
icanyou/Backup/Form1.Designer.cs , 1160
icanyou/Backup/ICanSeeYou.csproj , 3075
icanyou/Backup/Program.cs , 469
icanyou/Backup/Properties/AssemblyInfo.cs , 1194
icanyou/Backup/Properties/Resources.Designer.cs , 2874
icanyou/Backup/Properties/Resources.resx , 5612
icanyou/Backup/Properties/Settings.Designer.cs , 1093
icanyou/Backup/Properties/Settings.settings , 249
icanyou/Client/BaseControler.cs , 5325
icanyou/Client/bin/Debug/Client.dll , 9216
icanyou/Client/bin/Debug/Client.pdb , 26112
icanyou/Client/bin/Debug/ICanSeeYou.dll , 36864
icanyou/Client/bin/Debug/ICanSeeYou.pdb , 95744
icanyou/Client/bin/Release/Client.dll , 20480
icanyou/Client/bin/Release/Client.pdb , 26112
icanyou/Client/bin/Release/ICanSeeYou.dll , 36864
icanyou/Client/bin/Release/ICanSeeYou.pdb , 95744
icanyou/Client/Client.csproj , 2551
icanyou/Client/FileControler.cs , 4506
icanyou/Client/obj/Client.csproj.FileList.txt , 378
icanyou/Client/obj/Debug/Client.csproj.FileListAbsolute.txt , 427
icanyou/Client/obj/Debug/Client.dll , 9216
icanyou/Client/obj/Debug/Client.pdb , 26112
icanyou/Client/obj/Debug/ResolveAssemblyReference.cache , 4477
icanyou/Client/obj/Release/Client.dll , 20480
icanyou/Client/obj/Release/Client.pdb , 26112
icanyou/Client/obj/Release/ResolveAssemblyReference.cache , 4477
icanyou/Client/Properties/AssemblyInfo.cs , 1333
icanyou/Client/ScreenControler.cs , 4788
icanyou/Clients/bin/Debug/Client.dll , 9216
icanyou/Clients/bin/Debug/Client.pdb , 26112
icanyou/Clients/bin/Debug/Clients.dll , 17408
icanyou/Clients/bin/Debug/Clients.pdb , 40448
icanyou/Clients/bin/Debug/ICanSeeYou.dll , 36864
icanyou/Clients/bin/Debug/ICanSeeYou.pdb , 95744
icanyou/Clients/bin/Release/Client.dll , 20480
icanyou/Clients/bin/Release/Client.pdb , 26112
icanyou/Clients/bin/Release/Clients.dll , 28672
icanyou/Clients/bin/Release/Clients.pdb , 36352
icanyou/Clients/bin/Release/ICanSeeYou.dll , 36864
icanyou/Clients/bin/Release/ICanSeeYou.pdb , 95744
icanyou/Clients/Clients.csproj , 2681
icanyou/Clients/Controlers.cs , 39684
icanyou/Clients/obj/Clients.csproj.FileList.txt , 478
icanyou/Clients/obj/Debug/Clients.csproj.FileListAbsolute.txt , 554
icanyou/Clients/obj/Debug/Clients.dll , 17408
icanyou/Clients/obj/Debug/Clients.pdb , 40448
icanyou/Clients/obj/Debug/ResolveAssemblyReference.cache , 8007
icanyou/Clients/obj/Release/Clients.dll , 28672
icanyou/Clients/obj/Release/Clients.pdb , 36352
icanyou/Clients/obj/Release/ResolveAssemblyReference.cache , 8007
icanyou/Clients/Properties/AssemblyInfo.cs , 1335
icanyou/ICanSeeYou/bin/Debug/ICanSeeYou.exe , 6656
icanyou/ICanSeeYou/bin/Debug/ICanSeeYou.pdb , 19968
icanyou/ICanSeeYou/bin/Debug/ICanSeeYou.vshost.exe , 14328
icanyou/ICanSeeYou/bin/Debug/ICanSeeYou.vshost.exe.manifest , 490
icanyou/ICanSeeYou/Common/API/Api.cs , 1770
icanyou/ICanSeeYou/Common/Bases/BaseCommunication.cs , 4567
icanyou/ICanSeeYou/Common/bin/Debug/ICanSeeYou.dll , 36864
icanyou/ICanSeeYou/Common/bin/Debug/ICanSeeYou.pdb , 95744
icanyou/ICanSeeYou/Common/bin/Release/ICanSeeYou.dll , 36864
icanyou/ICanSeeYou/Common/bin/Release/ICanSeeYou.pdb , 112128
icanyou/ICanSeeYou/Common/Codes/Code.cs , 1348
icanyou/ICanSeeYou/Common/Codes/CodeHead.cs , 4078
icanyou/ICanSeeYou/Common/Codes/Explorer/BaseStruct.cs , 1176
icanyou/ICanSeeYou/Common/Codes/Explorer/DirectoryStruct.cs , 800
icanyou/ICanSeeYou/Common/Codes/Explorer/DisksCode.cs , 857
icanyou/ICanSeeYou/Common/Codes/Explorer/DiskStruct.cs , 776
icanyou/ICanSeeYou/Common/Codes/Explorer/ExplorerCode.cs , 2833
icanyou/ICanSeeYou/Common/Codes/Explorer/FileStruct.cs , 1105
icanyou/ICanSeeYou/Common/Codes/IO/FileCode.cs , 2502
icanyou/ICanSeeYou/Common/Codes/IO/SendScreenCode.cs , 907
icanyou/ICanSeeYou/Common/Codes/Mouse_KeyBoard/KeyBoardEvent.cs , 2046
icanyou/ICanSeeYou/Common/Codes/Mouse_KeyBoard/KeyBoardHookCode.cs , 447
icanyou/ICanSeeYou/Common/Codes/Mouse_KeyBoard/MouseEvent.cs , 2797
icanyou/ICanSeeYou/Common/Codes/Net/HostCode.cs , 1160
icanyou/ICanSeeYou/Common/Codes/Net/PortCode.cs , 766
icanyou/ICanSeeYou/Common/Codes/Simple/DoubleCode.cs , 807
icanyou/ICanSeeYou/Common/Codes/Simple/ThreeCode.cs , 874
icanyou/ICanSeeYou/Common/Common.csproj , 3934
icanyou/ICanSeeYou/Common/Configure/Option.cs , 3233
icanyou/ICanSeeYou/Common/Configure/OptionFile.cs , 1342
icanyou/ICanSeeYou/Common/Configure/OptionManager.cs , 1730
icanyou/ICanSeeYou/Common/Configure/PassWord.cs , 2938
icanyou/ICanSeeYou/Common/Configure/PassWordFile.cs , 791
icanyou/ICanSeeYou/Common/Constant.cs , 2195
icanyou/ICanSeeYou/Common/Hooks/KeyBoardHook.cs , 1382
icanyou/ICanSeeYou/Common/Hooks/MouseHook.cs , 4224
icanyou/ICanSeeYou/Common/IO.cs , 12279
icanyou/ICanSeeYou/Common/Network.cs , 2584
icanyou/ICanSeeYou/Common/obj/Common.csproj.FileList.txt , 302
icanyou/ICanSeeYou/Common/obj/Debug/ICanSeeYou.dll , 36864
icanyou/ICanSeeYou/Common/obj/Debug/ICanSeeYou.pdb , 95744
icanyou/ICanSeeYou/Common/obj/Release/ICanSeeYou.dll , 36864
icanyou/ICanSeeYou/Common/obj/Release/ICanSeeYou.pdb , 112128
icanyou/ICanSeeYou/Common/Properties/AssemblyInfo.cs , 1259
icanyou/ICanSeeYou/Common/Servers.cs , 16603
icanyou/ICanSeeYou/Common/Windows/ScreenCapture.cs , 4405
icanyou/ICanSeeYou/Common/Windows/WindowsManager.cs , 3173
icanyou/ICanSeeYou/Form1.cs , 335
icanyou/ICanSeeYou/Form1.Designer.cs , 1160
icanyou/ICanSeeYou/ICanSeeYou.csproj , 3283
icanyou/ICanSeeYou/obj/Debug/ICanSeeYou.csproj.FileListAbsolute.txt , 524
icanyou/ICanSeeYou/obj/Debug/ICanSeeYou.csproj.GenerateResource.Cache , 789
icanyou/ICanSeeYou/obj/Debug/ICanSeeYou.exe , 6656
icanyou/ICanSeeYou/obj/Debug/ICanSeeYou.pdb , 19968
icanyou/ICanSeeYou/obj/Debug/ICanSeeYou.Properties.Resources.resources , 180
icanyou/ICanSeeYou/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll , 4608
icanyou/ICanSeeYou/Program.cs , 469
icanyou/ICanSeeYou/Properties/AssemblyInfo.cs , 1194
icanyou/ICanSeeYou/Properties/Resources.Designer.cs , 2844
icanyou/ICanSeeYou/Properties/Resources.resx , 5612
icanyou/ICanSeeYou/Properties/Settings.Designer.cs , 1108
icanyou/ICanSeeYou/Properties/Settings.settings , 249
icanyou/ICanSeeYou.sln , 4762
icanyou/ICanSeeYou.suo , 159744
icanyou/ICanSeeYou概括说明.doc , 113152
icanyou/INCUclient/bin/Debug/Client.dll , 9216
icanyou/INCUclient/bin/Debug/Client.pdb , 26112
icanyou/INCUclient/bin/Debug/Clients.dll , 17408
icanyou/INCUclient/bin/Debug/Clients.pdb , 40448
icanyou/INCUclient/bin/Debug/ICanSeeYou.dll , 36864
icanyou/INCUclient/bin/Debug/ICanSeeYou.pdb , 95744
icanyou/INCUclient/bin/Debug/INCU.CHM , 776517
icanyou/INCUclient/bin/Debug/INCUclient.exe , 1272320
icanyou/INCUclient/bin/Debug/INCUclient.pdb , 114176
icanyou/INCUclient/bin/Debug/INCUclient.vshost.exe , 14328
icanyou/INCUclient/bin/Debug/INCUclient.vshost.exe.manifest , 490
icanyou/INCUclient/bin/Debug/INCUopt.lll , 218
icanyou/INCUclient/bin/Debug/IPAddressControlLib.dll , 25088
icanyou/INCUclient/bin/Debugremote/Client.dll , 9216
icanyou/INCUclient/bin/Debugremote/Client.pdb , 30208
icanyou/INCUclient/bin/Debugremote/Clients.dll , 17408
icanyou/INCUclient/bin/Debugremote/Clients.pdb , 42496
icanyou/INCUclient/bin/Debugremote/ICanSeeYou.dll , 36864
icanyou/INCUclient/bin/Debugremote/ICanSeeYou.pdb , 95744
icanyou/INCUclient/bin/Debugremote/INCU.CHM , 776517
icanyou/INCUclient/bin/Debugremote/INCUclient.exe , 1272320
icanyou/INCUclient/bin/Debugremote/INCUclient.pdb , 130560
icanyou/INCUclient/bin/Debugremote/INCUclient.vshost.exe , 14328
icanyou/INCUclient/bin/Debugremote/INCUclient.vshost.exe.manifest , 490
icanyou/INCUclient/bin/Debugremote/INCUopt.lll , 218
icanyou/INCUclient/bin/Debugremote/IPAddressControlLib.dll , 25088
icanyou/INCUclient/bin/Release/INCUclient.vshost.exe , 14328
icanyou/INCUclient/bin/Release/INCUclient.vshost.exe.manifest , 490
icanyou/INCUclient/bin/Release/INCUopt.lll , 345
icanyou/INCUclient/frm_AboutINCU.cs , 4849
icanyou/INCUclient/frm_AboutINCU.Designer.cs , 10578
icanyou/INCUclient/frm_AboutINCU.resx , 191000
icanyou/INCUclient/frm_Client.cs , 27214
最多只能显示150条信息!
