如何在 .NET 中托管无窗口 ActiveX 控件
我在 WinForms 应用程序中托管 Flash ActiveX 控件。它工作正常,但是背景透明度不起作用。将控件的 WMode 属性设置为“透明”应该使其成为无窗口(就像在浏览器中一样)。我认为它就是这样做的(因为它删除了背景颜色,只保留了内容) - 除了 AxHost 控件在其下方绘制固定的白色背景。我需要做什么才能摆脱白色背景?
I'm hosting a Flash ActiveX control in my WinForms application. It works OK, however, background transparency does not work. Setting the WMode property of the control to "transperent" is supposed to make it windowless (like in browsers). I think it does just that (since it removes the background color and only the content remains) - except the AxHost control paints a fixed white background under it. What do I have to do to get rid of that white background?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过将 TransparencyKey 设置为白色在包含表格上?
Have you tried setting TransparencyKey to white on the containing form?