Description: 对远程计算机进行监控,关机或重起等资源名利用Delphi实现网络监控系统 摘要 本文详细阐述了如何用DELPHI开发网络实时监控系统,该系统可使网络管理员随时监控到网络中任何一台计算机的操作状态,若该机有违规行为,可通过本系统采取措施禁止其操作,还实现了程序的隐藏、托盘图标、加入注册表自动启动项等技术。到被控机的当前屏幕,看操作员在干什么。远程关机:可以关闭被控的计算机。远程重启:可以重新启动被控的计算机。锁定机器:封锁被控机的操作,键盘、鼠标操作都无效。机器解锁:解除对被控机的封锁。三、代码编写1、 控制端主窗体设计如效果图,各控件名称如下表:名称 控件类型 标题 用途HscrollB TScrollBar 滚动图像VScrollB TscrollBar 滚动图像Label1 Tlabel 显示文字Ipbox TcomboBox 显示IP地址列表RadioGroup1 TRadioGroup 美化界面Cuts TradioButton 截屏选择Cloma TradioButton 关机选择Restart TradioButton 启动选择Lock TradioButton 锁定选择Unlock TradioButton 解锁选择Button1 Tbutton 添加IP地址Button2 Tbutton 执行指令Button3 Tbutton 关闭界面Button4 Tbutton 连接监控端ImPanel TPanel 美化界面Image Timage-the remote computer monitoring, shutdown or restart from the use of resources such as Delphi Network Monitoring System Abstract This paper describes how to use Delphi to develop real-time network monitoring system that enables network administrators to monitor the network at any time any of a computer's operating status, if the aircraft are violations , the system can take measures to stop its operation, has achieved the procedure hidden tray icon, joined the registry items such as automatic failover technology. Machine charged to the current screen, the operator can do. Remote shutdown : It closed charged with computers. Remote resume : can restart the computer charged. Lock machines : the blockade was charged with machine operation, keyboard, mouse operation has been ineffective. Unl Platform: |
Size: 15360 |
Author:王中 |
Hits:
Description: 远程屏幕监控系统,实现不同计算机之间远程监控功能。-Remote screen control system, realize the different functions of remote monitoring and control between computers. Platform: |
Size: 4096 |
Author:wangjun |
Hits:
Description: 局域网屏幕监控系统,用VC++来实现.可实现局域网屏幕监控.-LAN-screen control system, with VC++ To achieve. May achieve LAN-screen monitor. Platform: |
Size: 6334464 |
Author: |
Hits:
Description: 很好用的远程屏幕监控系统,欢迎大家使用,共同探讨-A good screen with a remote monitoring system, are welcome to use, to explore Platform: |
Size: 7168 |
Author:吴胜 |
Hits:
Description: 远程屏幕监控系统,工作组内的两台机子之间可以实现远程屏幕监控-Remote screen control system, the two working groups can be achieved between the remote machine monitoring screen Platform: |
Size: 18432 |
Author:邓文建 |
Hits:
Description: 局域网屏幕监控系统是主要由客户端和服务器端两部分组成-LAN monitoring system is the main screen by the client and server-side is composed of two parts Platform: |
Size: 17196032 |
Author:joy |
Hits:
Description: 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。
客户端模块
该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。
服务器端模块
该模块主要用于接收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。-LAN monitoring system is the main screen by the client and server-side is composed of two parts.
client module
The module is used to capture screen information, data compression, and then divided the data reported to the server-side sending data and wait for the server sent a confirmation.
server-side module
The module is mainly used to receive data sent by the client reported to the client and then send confirmation message, and then reported portfolio data for the JPEG data stream, and finally display JPEG images. Platform: |
Size: 2179072 |
Author:志勇 |
Hits:
Description: 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。
客户端模块
该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。
服务器端模块
该模块主要用于接收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。
-LAN-screen monitoring system is the main by the client and server-side of two parts. Client Module The module is mainly used for capture screen of information, data compression, and then divided into packets, sending data to the server-side, and wait for the server sent a confirmation message. server-side module The module is mainly used to receive datagrams sent by the client, and then send a confirmation to the client, and then combined the data are reported as JPEG data stream, the final display JPEG images. Platform: |
Size: 4896768 |
Author:leon |
Hits:
Description: 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。客户端模块:该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。服务器端模块:该模块主要用于接收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。
-LAN-screen monitoring system is the main by the client and server-side of two parts. Client module: This module is mainly used for capture screen of information, data compression, and then divided into packets, sending data to the server-side, and wait for the server sent a confirmation message. Server-side modules: The module is mainly used to receive datagrams sent by the client, and then send a confirmation to the client, and then combined the data are reported as JPEG data stream, the final display JPEG images. Platform: |
Size: 4932608 |
Author:暗物质 |
Hits:
Description: 这是局域网屏幕监控系统源码,详细包含每个内容,可以直接运行。-This is the LAN-screen control system source code, including details of each content can be directly run.
Platform: |
Size: 17213440 |
Author:黄兴东 |
Hits:
Description: 实现局域网监控,客户端和服务器端,利用c语言实现,可以监控客户端屏幕(LAN monitoring, client and server side, using language implementation, can monitor the client screen.) Platform: |
Size: 1453056 |
Author:Lovewpf |
Hits: