在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#局域网实时监控系统

C#局域网实时监控系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:10.46M
  • 下载次数:29
  • 浏览次数:317
  • 发布时间:2020-10-13
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
这是用C#开发的电脑屏幕监控系统,可以实现同时监控多台电脑,限于同一个局域网内,如果是要同时监控多台电脑,需要SQL server的支持,分为客户端和服务端(使用时需要改动一下客户端里面的连接ip地址,改为服务端所在电脑的ipv4地址就可以了)
【实例截图】
【核心代码】
远程桌面--员工管理
└── 远程桌面--员工管理
├── 客户端
│   ├── Base
│   │   └── SR.Base.BaseFunction
│   │   ├── Backup
│   │   │   ├── CommonFunction
│   │   │   │   ├── ChineseDate.cs
│   │   │   │   ├── cMessageBox.cs
│   │   │   │   ├── CreateLogFile.cs
│   │   │   │   ├── stringEncrypt.cs
│   │   │   │   ├── ValidateUnUsedCode.cs
│   │   │   │   ├── WindowsFun.cs
│   │   │   │   └── XmlOperation.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── RemoteFunction
│   │   │   │   ├── MonitorWinForm.cs
│   │   │   │   ├── MonitorWinForm.Designer.cs
│   │   │   │   ├── MonitorWinForm.resx
│   │   │   │   └── RemoteDesktopMonitor.cs
│   │   │   ├── SR.Base.BaseFunction.csproj
│   │   │   ├── SR.Base.BaseFunction.sln
│   │   │   └── SR.Base.BaseFunction.v12.suo
│   │   ├── CommonFunction
│   │   │   ├── ChineseDate.cs
│   │   │   ├── cMessageBox.cs
│   │   │   ├── CreateLogFile.cs
│   │   │   ├── stringEncrypt.cs
│   │   │   ├── ValidateUnUsedCode.cs
│   │   │   ├── WindowsFun.cs
│   │   │   └── XmlOperation.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── SR.Base.BaseFunction.csproj.FileListAbsolute.txt
│   │   │   │   ├── SR.Base.BaseFunction.csproj.GenerateResource.Cache
│   │   │   │   ├── SR.Base.BaseFunction.dll
│   │   │   │   ├── SR.Base.BaseFunction.pdb
│   │   │   │   └── SR.Base.BaseFunction.RemoteFunction.RemoteMonitorForm.resources
│   │   │   └── SR.Base.BaseFunction.csproj.FileListAbsolute.txt
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RemoteFunction
│   │   │   ├── MonitorWinForm.cs
│   │   │   ├── MonitorWinForm.Designer.cs
│   │   │   ├── MonitorWinForm.resx
│   │   │   └── RemoteDesktopMonitor.cs
│   │   ├── SR.Base.BaseFunction.csproj
│   │   ├── SR.Base.BaseFunction.sln
│   │   ├── SR.Base.BaseFunction.suo
│   │   ├── SR.Base.BaseFunction.v12.suo
│   │   └── UpgradeLog.htm
│   ├── DeskTopApp
│   │   ├── client.txt
│   │   ├── DestTop.exe
│   │   ├── DestTop.exe.config
│   │   ├── DestTop.pdb
│   │   ├── DestTop.vshost.exe
│   │   ├── DestTop.vshost.exe.config
│   │   ├── DestTop.vshost.exe.manifest
│   │   ├── hqdate.dll
│   │   ├── LY.Remote.Core.dll
│   │   ├── SR.Base.BaseFunction.dll
│   │   ├── SR.Base.BaseFunction.pdb
│   │   ├── SR.Base.BaseFunction.XML
│   │   ├── SR.DestTop.RemoteControl.RemoteClient.dll
│   │   ├── SR.DestTop.RemoteControl.RemoteClient.pdb
│   │   ├── SR.DestTop.RemoteControl.RemoteClient.XML
│   │   ├── SR.DestTop.USBManage.dll
│   │   ├── SR.DestTop.USBManage.pdb
│   │   └── xml
│   │   └── hostconfig.xml
│   ├── DestTop
│   │   ├── app.config
│   │   ├── Backup
│   │   │   ├── DestTop.csproj
│   │   │   ├── DestTop.sln
│   │   │   ├── DestTop.v12.suo
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── ico.ico
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── DestTop.csproj
│   │   ├── DestTop.sln
│   │   ├── DestTop.suo
│   │   ├── DestTop.v12.suo
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── img
│   │   │   └── ico.ico
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DestTop.csproj.FileListAbsolute.txt
│   │   │   │   ├── DestTop.csproj.GenerateResource.Cache
│   │   │   │   ├── DestTop.exe
│   │   │   │   ├── DestTop.Form1.resources
│   │   │   │   ├── DestTop.pdb
│   │   │   │   ├── SR.DestTop.MainForm.Properties.Resources.resources
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── DestTop.csproj.FileListAbsolute.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── UpgradeLog.htm
│   ├── RemoteControl
│   │   └── RemoteClient
│   │   ├── Backup
│   │   │   ├── LocalXMLOper.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── RemoteClient.csproj
│   │   │   ├── RemoteClient.sln
│   │   │   ├── RemoteClient.v12.suo
│   │   │   └── RemoteDeskTopClient.cs
│   │   ├── LocalXMLOper.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── RemoteClient.csproj.FileListAbsolute.txt
│   │   │   │   ├── SR.DestTop.RemoteControl.RemoteClient.dll
│   │   │   │   └── SR.DestTop.RemoteControl.RemoteClient.pdb
│   │   │   └── RemoteClient.csproj.FileListAbsolute.txt
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RemoteClient.csproj
│   │   ├── RemoteClient.csproj.user
│   │   ├── RemoteClient.sln
│   │   ├── RemoteClient.suo
│   │   ├── RemoteClient.v12.suo
│   │   ├── RemoteDeskTopClient.cs
│   │   └── UpgradeLog.htm
│   └── USBManage
│   ├── Backup
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── UsbManage.cs
│   │   ├── USBManage.csproj
│   │   ├── USBManage.sln
│   │   └── USBManage.v12.suo
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SR.DestTop.USBManage.dll
│   │   │   └── SR.DestTop.USBManage.pdb
│   │   └── USBManage.csproj.FileListAbsolute.txt
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── UpgradeLog.htm
│   ├── UsbManage.cs
│   ├── USBManage.csproj
│   ├── USBManage.sln
│   ├── USBManage.suo
│   └── USBManage.v12.suo
└── 服务端
└── ServerManage
├── ServerSoftWare
│   └── ServerManager
│   ├── About.cs
│   ├── About.Designer.cs
│   ├── About.resx
│   ├── adminadd.cs
│   ├── adminadd.Designer.cs
│   ├── adminadd.resx
│   ├── Alladmin.cs
│   ├── Alladmin.Designer.cs
│   ├── Alladmin.resx
│   ├── Allpar.cs
│   ├── Allpar.Designer.cs
│   ├── Allpar.resx
│   ├── Allyuan.cs
│   ├── Allyuan.Designer.cs
│   ├── Allyuan.resx
│   ├── app.config
│   ├── Backup
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── ico.ico
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ServerManager.csproj
│   │   ├── ServerManager.sln
│   │   └── ServerManager.v12.suo
│   ├── bin
│   │   └── Release
│   │   ├── ServerManager.vshost.exe.config
│   │   ├── ServerManager.vshost.exe.manifest
│   │   ├── Server.vshost.exe.config
│   │   ├── SR.Base.BaseFunction.dll
│   │   ├── SR.Base.BaseFunction.pdb
│   │   ├── SR.Base.BaseFunction.xml
│   │   ├── WangIDManage.exe
│   │   ├── WangIDManage.exe.config
│   │   ├── WangIDManage.pdb
│   │   ├── WangIDManage.vshost.exe
│   │   ├── WangIDManage.vshost.exe.config
│   │   └── WangIDManage.vshost.exe.manifest
│   ├── bitbug_favicon.ico
│   ├── deptAdd.cs
│   ├── deptAdd.Designer.cs
│   ├── deptAdd.resx
│   ├── deptlist.cs
│   ├── deptlist.Designer.cs
│   ├── deptlist.resx
│   ├── dll
│   │   ├── SR.Base.BaseFunction.dll
│   │   ├── SR.Base.BaseFunction.pdb
│   │   └── SR.Base.BaseFunction.XML
│   ├── favicon-20171019051817673.ico
│   ├── favicon.ico
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── ico.ico
│   ├── img
│   │   └── ico.ico
│   ├── InfoInsert.cs
│   ├── InfoInsert.Designer.cs
│   ├── InfoInsert.resx
│   ├── jietu.cs
│   ├── jietu.Designer.cs
│   ├── jietu.resx
│   ├── Login.cs
│   ├── Login.Designer.cs
│   ├── Login.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── LY.Remote.Server.ServerForm.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── ServerManager.About.resources
│   │   │   ├── ServerManager.adminadd.resources
│   │   │   ├── ServerManager.Alladmin.resources
│   │   │   ├── ServerManager.Allpar.resources
│   │   │   ├── ServerManager.Allyuan.resources
│   │   │   ├── ServerManager.csproj.FileListAbsolute.txt
│   │   │   ├── ServerManager.csproj.GenerateResource.Cache
│   │   │   ├── ServerManager.csprojResolveAssemblyReference.cache
│   │   │   ├── ServerManager.deptAdd.resources
│   │   │   ├── ServerManager.deptlist.resources
│   │   │   ├── ServerManager.exe
│   │   │   ├── ServerManager.Form1.resources
│   │   │   ├── ServerManager.InfoInsert.resources
│   │   │   ├── ServerManager.jietu.resources
│   │   │   ├── ServerManager.Login.resources
│   │   │   ├── ServerManager.ParAdd.resources
│   │   │   ├── ServerManager.pdb
│   │   │   ├── ServerManager.startbag.resources
│   │   │   ├── ServerManager.thisbig.resources
│   │   │   ├── ServerManager.UpdatePar.resources
│   │   │   ├── ServerManager.YuanInfo.resources
│   │   │   ├── SR.ServerSoftWare.ServerManager.Properties.Resources.resources
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Release
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Server.csproj.FileListAbsolute.txt
│   │   │   ├── Server.csproj.GenerateResource.Cache
│   │   │   ├── Server.csprojResolveAssemblyReference.cache
│   │   │   ├── ServerManager.About.resources
│   │   │   ├── ServerManager.adminadd.resources
│   │   │   ├── ServerManager.Alladmin.resources
│   │   │   ├── ServerManager.Allpar.resources
│   │   │   ├── ServerManager.Allyuan.resources
│   │   │   ├── ServerManager.csproj.FileListAbsolute.txt
│   │   │   ├── ServerManager.csproj.GenerateResource.Cache
│   │   │   ├── ServerManager.deptAdd.resources
│   │   │   ├── ServerManager.deptlist.resources
│   │   │   ├── ServerManager.Form1.resources
│   │   │   ├── ServerManager.InfoInsert.resources
│   │   │   ├── ServerManager.jietu.resources
│   │   │   ├── ServerManager.Login.resources
│   │   │   ├── ServerManager.ParAdd.resources
│   │   │   ├── ServerManager.startbag.resources
│   │   │   ├── ServerManager.thisbig.resources
│   │   │   ├── ServerManager.UpdatePar.resources
│   │   │   ├── ServerManager.YuanInfo.resources
│   │   │   ├── SR.ServerSoftWare.ServerManager.Properties.Resources.resources
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── UserControl1.g.i.cs
│   │   │   ├── WangIDManage_Content.g.i.cs
│   │   │   ├── WangIDManage.exe
│   │   │   ├── WangIDManage_MarkupCompile.i.cache
│   │   │   └── WangIDManage.pdb
│   │   └── ServerManager.csproj.FileListAbsolute.txt
│   ├── ParAdd.cs
│   ├── ParAdd.Designer.cs
│   ├── ParAdd.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── RemoteDesktopMonitorcs.cs
│   ├── Resources
│   │   ├── 20100204_49ce9b3188a8f38ac373NJpmm3KCDTDG_03.png
│   │   ├── 20170711094347_56842.jpg
│   │   ├── 24t58PIC3Ee_1024.jpg
│   │   ├── jkpic1.jpg
│   │   ├── jkpic.jpg
│   │   ├── QQ图片20170804153733.jpg
│   │   ├── QQ图片20170804153733.png
│   │   ├── TB2ZWDDcXXXXXXPXpXXXXXXXXXX_!!36635628.jpg
│   │   ├── wangid_logo1.png
│   │   ├── wangid_logo2.png
│   │   ├── wangid_logo3.png
│   │   └── wangid_logo.png
│   ├── Server.csproj
│   ├── Server.csproj.user
│   ├── ServerManager.sln
│   ├── ServerManager.suo
│   ├── ServerManager.v12.suo
│   ├── startbag.cs
│   ├── startbag.Designer.cs
│   ├── startbag.resx
│   ├── thisbig.cs
│   ├── thisbig.Designer.cs
│   ├── thisbig.resx
│   ├── UpdatePar.cs
│   ├── UpdatePar.Designer.cs
│   ├── UpdatePar.resx
│   ├── WangIDServer
│   │   ├── WangIDServer.ism
│   │   └── WangIDServer.isproj
│   ├── YuanInfo.cs
│   ├── YuanInfo.Designer.cs
│   └── YuanInfo.resx
└── ServerSoftWareApp
├── client.txt
├── index.exe
├── index.pdb
├── LY.Remote.Core.dll
├── ServerManager.exe
├── ServerManager.exe.config
├── ServerManager.pdb
├── ServerManager.vshost.exe
├── ServerManager.vshost.exe.config
├── ServerManager.vshost.exe.manifest
├── server.txt
├── SR.Base.BaseFunction.dll
├── SR.Base.BaseFunction.pdb
├── SR.Base.BaseFunction.xml
└── 截图

55 directories, 324 files

标签:

实例下载地址

C#局域网实时监控系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 RecioCCC 发表于: 2023-10-10 10:55 13
么有数据库啊 没办法用

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警