简体   繁体   English

C# Activex跨平台

[英]C# Activex Cross Platform

I created a simple .NET COM activex and it would be great if it could be run on different browser such as Chrome, Mozilla and so on, not on IE only.我创建了一个简单的 .NET COM activex,如果它可以在不同的浏览器(如 Chrome、Mozilla 等)上运行,而不仅仅是在 IE 上运行,那就太好了。

Is it possible?可能吗? Is there some work around to execute an activex on other browser?是否有一些解决方法可以在其他浏览器上执行 activex?

No its not possible to run ActiveX on other browsers.不,不可能在其他浏览器上运行 ActiveX。 Another possiblilty is to use applets另一种可能性是使用小程序

In short no.简而言之,没有。 Chrome, FireFox etc do not support activex natively. Chrome、FireFox 等本身不支持 activex。 There is some extensions to FireFox which will allow it. FireFox 有一些扩展,这将允许它。 If you force people to install these extensions to run your software you will probably open a maintenance can of worms.如果你强迫人们安装这些扩展来运行你的软件,你可能会打开一个蠕虫维护罐。 In short activex is great for a corporate.network where u can force the usage of IE.简而言之,activex 非常适合 corporate.network,您可以在其中强制使用 IE。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM