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.
我想制作一个工具,使用户能够与 Windows 进行交互,让用户能够在任何窗口上进行书写、制作形状、截取区域截图、擦除等,同时能够与如果激活了选择工具,则显示相同的窗口。
你会推荐我使用什么语言?我正在考虑将 JAVA 与 JNI 或 .NET 与 c# 或 c++ 一起使用。解决这个问题的最简单方法是什么?
非常感谢。
为了便于编码,我建议使用带有 C# 的 .NET。
Win32 图形系统中有很多钩子可以在 .NET API 中使用。当然,它只能在 Windows 操作系统上运行,但看起来你可以接受。