本文介绍了监控聊天双方的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

家长控制如何监控聊天的两边?这应该不是通过使用键盘钩子(它将仅监视对话的一侧)来完成的,而是通过识别用于通信的窗口和控件(列表框,编辑框等)并以文本方式捕获它。有没有通用的方法呢?

How can a parental control monitor both sides of chats? That should be done not by using keyboard hooks (which will monitor only one side of the conversation), but instead, by identifying the window and the control (listbox, editbox, etc.) used for communication, and capturing it textually. Is there a generic way for doing so?

推荐答案




这篇关于监控聊天双方的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 21:32