C# 程序判断打开的应用程序是否处于最大化模式

发布于 2024-09-01 18:10:15 字数 47 浏览 4 评论 0原文

我想知道Windows操作系统中是否有任何库可以让我们捕获其他应用程序的窗口状态

I would like to know whether any libraries are available in Windows OS which allows us to capture other applications window states

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

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

发布评论

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

评论(2

埋情葬爱 2024-09-08 18:10:15

使用 PInvoke 调用 GetWindowPlacement

有关详细信息,请参阅此处:

http://www.pinvoke.net/default.aspx /user32/getwindowplacement.html

您可以使用FindWindowEx 查找窗口的句柄。

Use PInvoke to call GetWindowPlacement.

See here for details:

http://www.pinvoke.net/default.aspx/user32/getwindowplacement.html

You can use FindWindowEx to find the handle to the window.

可爱咩 2024-09-08 18:10:15

Process Hacker 作为一组可以在 .NET 中链接的大型库。

它应该拥有您做您想做的事情所需的一切 - 甚至更多。

Process Hacker as a large set of libraries that can be linked against in .NET.

It should have everything you need to do what you want - and a lot more.

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