开发者

How to Get handle of a window and disable the Keyboard inputs using c#?

How to Get handle of a window and disable the Keyboard inputs using 开发者_运维百科c# ?


To prevent keyboard input in a window in another process, you need to make a keyboard hook.
You can then check GetForegroundWindow() and suppress the input.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜