Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 VB 中创建一个小型表单/应用程序来监视日志文件。另一个应用程序不断写入日志,我想以某种方式读取任何新写入的内容并将其实时显示在文本框中。
关于如何做到这一点的任何想法?
谢谢,杰森
如果另一个应用程序不是您的,那么您需要使用新应用程序中的计时器读取该文件的修改时间戳或大小。
如果其他应用程序是您的,请使用 windows sendmessage API 从其他应用程序向您的应用程序写入发送消息。