使用 SendInput 发送文本时如何阻止用户输入
我正在使用 SendInput(在 C# 中,使用 pinvoke)将文本发送到另一个应用程序。如何阻止用户输入,以便在 SendInput 完成发送文本后添加用户在 SendInput 工作时可能键入的任何文本?目前,如果用户在文本发送到目标应用程序时进行打字,最终结果可能会不一致。 谢谢。
I'm using SendInput (in C#, using pinvoke) to send text to another application. How can I block the user input so that any text that the user may type when SendInput is working is added after SendInput has finished sending text instead? Currently if the user is typing as the text is sent to the target application, the final result may be inconsistent.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您正在寻找 BlockInput?
http://msdn.microsoft.com/en-us /library/ms646290(VS.85).aspx
It sounds like you're looking for BlockInput?
http://msdn.microsoft.com/en-us/library/ms646290(VS.85).aspx