ActiveX 始终位于顶部

发布于 2024-12-15 02:52:56 字数 277 浏览 2 评论 0原文

在National Instruments的LabWindows CVI中,我添加了一个来自BeauGauge Control的仪表,它是一个典型的ActiveX控件。无论我做什么,我创建的仪表总是比其他系统控件放在最上面。有办法解决吗?提前致谢。

BeauGauge Control 的仪表

In LabWindows CVI from National Instruments, I added a gauge from BeauGauge Control, it is an typical ActiveX Control. Whatever I did, the gauge I created was always put on the top most than other system controls. Is there a way to solve it? Thanks in advance.

Gauge from BeauGauge Control

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

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

发布评论

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

评论(1

猫烠⑼条掵仅有一顆心 2024-12-22 02:52:56

这里的问题是 ActiveX 控件实际上并不是 UI 面板的一部分,但它的行为更像是始终位于顶部的浮动子窗口。因此,更改 UI 控件的顺序不会影响 ActiveX 控件。

The problem here is the fact that the ActiveX control is not really a part of the UI panel but it behaves more like a floating child window that is always on top. Thus changing the order of your UI controls doesn't affect the ActiveX control.

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