设置窗口相对于其他窗口的 Z-Index

发布于 2024-11-19 19:56:28 字数 224 浏览 3 评论 0原文

在 VB.NET 中,如何相对于其他窗口设置窗口的 z-index?

我的程序在其他程序的后台运行,当特定事件发生时,我的自定义类就会弹出。但是,有时,此窗口位于其他应用程序的后台。我怎样才能使我的窗口始终位于前面?我意识到存在像我这样的问题,但我在 Visual Basic 中找不到任何问题。

我真的很喜欢 VB.NET 中的代码,而不是 C#。

谢谢,

奥丁努尔夫

How can I, in VB.NET, set a window's z-index comparatively to other windows?

My program runs in the background of other programs, and when a specific event happens, my custom class pops up. However, sometimes, this window is in the background of other apps. How can I make it such that my window always comes to the front? I realize that there are questions like mine, but I cannot find any in Visual Basic.

I would really appreciate code in VB.NET, not C#.

Thanks,

Odinulf

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

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

发布评论

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

评论(1

ㄖ落Θ余辉 2024-11-26 19:56:28

设置 TopMost 属性True

Set the TopMost property to True.

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