如何在 Windows 上生成系统范围的事件?

发布于 2024-09-29 02:25:13 字数 127 浏览 3 评论 0原文

我想知道如何在 Windows 上以编程方式生成系统范围的事件。我正在考虑主要生成系统范围的事件,例如按键、触摸事件和鼠标单击。

是否可以使用用户模式应用程序生成这些事件,或者我需要为此编写驱动程序?任何示例或链接都会有用。

I would like to know how I can generate system wide events programatically on Windows. I am thinking of generating system wide events such as key presses, touch events and mouse clicks mainly.

Is it possible to generate these events with an user mode application or I need to write drivers for this? Any samples or links would be usefull.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一梦等七年七年为一梦 2024-10-06 02:25:13

(您使用什么编程语言?)在常规应用程序中这是可能的。您需要的是 Win32 API 支持的“钩子”。 这里是一篇关于 C# 中挂钩的文章。有些使用 EasyHook 库。

编辑:

这里是有关此主题的帮助在 Win32 API 本身中。

(What programming language are you using?) It's possible in regular applications. What you need are "hooks" which are supported by the Win32 API. Here is an article on hooking in C#. Some are using the EasyHook library.

EDIT:

Here is the help on this topic in the Win32 API itself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文