ActiveX on Linux?
-
Hi, Will this run only on Internet Explorer? http://www.codeproject.com/KB/cs/CreateActiveXDotNet.aspx[^] Would it run over Firefox on Linux? Is there a simpler way to just embed my .net dll control into my webform (.aspx)? Thanks, Dirso
Linux has Mono, but I am pretty sure that only IE has ever supported activeX. The way forward is to use Java to embed applets in your web pages.
Christian Graus Driven to the arms of OSX by Vista.
-
Linux has Mono, but I am pretty sure that only IE has ever supported activeX. The way forward is to use Java to embed applets in your web pages.
Christian Graus Driven to the arms of OSX by Vista.
-
Linux has Mono, but I am pretty sure that only IE has ever supported activeX. The way forward is to use Java to embed applets in your web pages.
Christian Graus Driven to the arms of OSX by Vista.
-
BTW: Doesn't .net have anything close to applets?
modified on Saturday, November 22, 2008 5:11 PM
Yeah, you can create .NET dlls and consume in a web page. But, only in IE, I believe.
Christian Graus Driven to the arms of OSX by Vista.