ActiveX 始终位于顶部
在National Instruments的LabWindows CVI中,我添加了一个来自BeauGauge Control的仪表,它是一个典型的ActiveX控件。无论我做什么,我创建的仪表总是比其他系统控件放在最上面。有办法解决吗?提前致谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里的问题是 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.