无论如何,让我的表格位于顶部
我需要一种方法,可以让我的表单在其他表单不希望时移动到顶部。
我不是在谈论 myForm.BringToFront
或 myForm.TopMost
。
我希望有一个 P/Invoke 可以让我进入操作系统并说“这个表单位于顶部,无论如何”。
我需要这个的原因是我有一个应用程序偶尔会在我的设备管理应用程序后面运行。应用程序的配置方式使其无法最小化。
任何帮助都会......有帮助。
I need a method that will make my form move to the top when other forms do not want them to.
I am not talking about myForm.BringToFront
or myForm.TopMost
.
I am hoping that there is a P/Invoke that I can do to get into the OS and say, "This Form On Top, NO MATTER WHAT".
The reason I am needing this is that I have an app that is occasionally going behind my Device Management app. The way that app is configured is such that it cannot be minimized.
Any help would be ... helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
P/Invoke SetWindowsPos 与 HWND_TOPMOST。
P/Invoke SetWindowsPos with HWND_TOPMOST.