473,387 Members | 1,493 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Any plans for a browser plugin to run .NET applets

D H
Are there any plans by Microsoft or anyone else to ever create a browser
plugin that can run .NET apps? One that can work in any browser like
the Flash or Acrobat plugins?

I know about smart clients and clickonce (below), I was just curious.
This is almost a showstopper for developing educational software if
there will never be any way to run it in the browser. I thought since
..NET can sandbox program execution it wouldn't be a big deal.
http://www.15seconds.com/issue/030610.htm
http://www.ondotnet.com/pub/a/dotnet...clickonce.html
Nov 22 '05 #1
8 2128
You can embed dot net controls in ie
http://windowsforms.net/articles/iesourcing.aspx
http://samples.gotdotnet.com/quickst...eSourcing.aspx
"D H" wrote:
Are there any plans by Microsoft or anyone else to ever create a browser
plugin that can run .NET apps? One that can work in any browser like
the Flash or Acrobat plugins?

I know about smart clients and clickonce (below), I was just curious.
This is almost a showstopper for developing educational software if
there will never be any way to run it in the browser. I thought since
..NET can sandbox program execution it wouldn't be a big deal.
http://www.15seconds.com/issue/030610.htm
http://www.ondotnet.com/pub/a/dotnet...clickonce.html

Nov 22 '05 #2
D H
Aaron Fischer wrote:
You can embed dot net controls in ie
http://windowsforms.net/articles/iesourcing.aspx
http://samples.gotdotnet.com/quickst...eSourcing.aspx
"D H" wrote:

Are there any plans by Microsoft or anyone else to ever create a browser
plugin that can run .NET apps? One that can work in any browser like
the Flash or Acrobat plugins?

I know about smart clients and clickonce (below), I was just curious.
This is almost a showstopper for developing educational software if
there will never be any way to run it in the browser. I thought since
..NET can sandbox program execution it wouldn't be a big deal.
http://www.15seconds.com/issue/030610.htm
http://www.ondotnet.com/pub/a/dotnet...clickonce.html


Right, but I was looking for a plugin that works in any browser like
Flash or Acrobat or java.
Nov 22 '05 #3
DH,

No there are not, an alternative that in my opinion fullfils your described
problem is.
http://msdn.microsoft.com/msdnmag/issues/02/06/rich/

And I saw this however don't know what it is
http://www.sellsbrothers.com/wahoo/

I hope this helps?

Cor
Nov 22 '05 #4
Sure embedding the control is simple. You can always set the com hooks in
your dot net assembly and run it like any other activex control presuming the
client has dot net installed.

"Aaron Fischer" wrote:
You can embed dot net controls in ie
http://windowsforms.net/articles/iesourcing.aspx
http://samples.gotdotnet.com/quickst...eSourcing.aspx
"D H" wrote:
Are there any plans by Microsoft or anyone else to ever create a browser
plugin that can run .NET apps? One that can work in any browser like
the Flash or Acrobat plugins?

I know about smart clients and clickonce (below), I was just curious.
This is almost a showstopper for developing educational software if
there will never be any way to run it in the browser. I thought since
..NET can sandbox program execution it wouldn't be a big deal.
http://www.15seconds.com/issue/030610.htm
http://www.ondotnet.com/pub/a/dotnet...clickonce.html

Nov 22 '05 #5
D H
Aaron Fischer wrote:
Sure embedding the control is simple. You can always set the com hooks in
your dot net assembly and run it like any other activex control presuming the
client has dot net installed.


Yeah I found this article
http://support.microsoft.com/kb/317346
and these COM interop tutorials
http://msdn.microsoft.com/library/de...opTutorial.asp

So I guess I could make my .NET app be a COM control, and load it as an
activex control in the browser. Mozilla/Firefox users would have to
install this activex plugin for it to work:
http://www.iol.ie/~locka/mozilla/plugin.htm

Well, it's not the greatest option I can imagine, but I guess it will
work. Thanks for the help.

Eventually I hope the Mozilla project finds a way to run Mono or .NET
apps, just like OpenOffice, Microsoft Office, and Internet Explorer can.
Nov 22 '05 #6
I dont know what your audience is, but I can tell you that Firefox users
will not likely install an ActiveX plugin, to begin again with the cycle
that MS Explorer started and was the reason to switch to Firefox.

Best regards,
Alejandro Lapeyre
"D H" <no@sp.am> escribió en el mensaje
news:k_********************@comcast.com...
Aaron Fischer wrote:
Sure embedding the control is simple. You can always set the com hooks in
your dot net assembly and run it like any other activex control presuming
the
client has dot net installed.


Yeah I found this article
http://support.microsoft.com/kb/317346
and these COM interop tutorials
http://msdn.microsoft.com/library/de...opTutorial.asp

So I guess I could make my .NET app be a COM control, and load it as an
activex control in the browser. Mozilla/Firefox users would have to
install this activex plugin for it to work:
http://www.iol.ie/~locka/mozilla/plugin.htm

Well, it's not the greatest option I can imagine, but I guess it will
work. Thanks for the help.

Eventually I hope the Mozilla project finds a way to run Mono or .NET
apps, just like OpenOffice, Microsoft Office, and Internet Explorer can.
Nov 22 '05 #7
alejandro lapeyre wrote:
I dont know what your audience is, but I can tell you that Firefox users
will not likely install an ActiveX plugin, to begin again with the cycle
that MS Explorer started and was the reason to switch to Firefox.


I agree, not to mention 99 out of 100 sensible IE users who care about
security.

If it's for an intRanet, you can set your control as trusted for the
whole corporation, but if it's for the internet, I'd say forget it.

It will be interesting to see how the security model develops for the
new "smart-client" concept. My guess is that those nasty security
warnings will be turned off to start with.

Talk about "making the same mistakes and expecting different results".
This is like ActiveX deja-vu all over again:)

--
Gerry Hickman (London UK)
Nov 22 '05 #8
D H
alejandro lapeyre wrote:
I dont know what your audience is, but I can tell you that Firefox users
will not likely install an ActiveX plugin, to begin again with the cycle
that MS Explorer started and was the reason to switch to Firefox.


I know, you're right and I agree. But I at least am starting to think
it will be possible to have a secure way to run .NET/Mono apps in other
web browsers besides IE one day.

There is a mono-xpcom bridge under development:
http://lxr.mozilla.org/seamonkey/sou...tensions/mono/
I wonder if it would allow us to develop .NET apps that can be run in
Mozilla/Firefox, similar to how this cli-uno bridge will allow us to run
..NET apps in OpenOffice: http://udk.openoffice.org/cli/cli-uno.html
Nov 22 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ted Byers | last post by:
I am looking for a java applet that provides the main capabilities of a web browser, not only displaying web pages properly, but supporting the various client side processing capability such as...
6
by: D H | last post by:
Are there any plans by Microsoft or anyone else to ever create a browser plugin that can run .NET apps? One that can work in any browser like the Flash or Acrobat plugins? I know about smart...
2
by: Rory Plaire | last post by:
Hi, I've been working with the J# browser control. I understand that v1.1b is scriptable, but can't find any examples on how to do this. Can someone point me in the right direction? thanks,...
12
by: Wladimir Borsov | last post by:
On one of my web pages there is an java applets which works fine on my computer. However I noticed on some other computer that the run of java applets are disabled. I got an error message...
7
by: Robert Kent | last post by:
http://msdn.microsoft.com/vjsharp/browsercontrols Does anyone know if there will be a version for C#?
5
by: David Baker | last post by:
Hi all I am very new to ASP.Net. I am trying to create a sniffer for our program. We want our users to click our sniffer and hopefully the sniffer will check their computer against our...
1
by: Dave Harrington | last post by:
Greetings all - We have a client who uses Lotus Notes as their default e-mail. The version of Lotus they use can run internet explorer windows within Lotus. I'd like to find if they are...
5
by: Gregory Piñero | last post by:
Hi guys, I was just idley curious on what it would take to make a web plug-in for Pygame. I'm picturing it working the way my browser currently shows flash games. Is such an idea even...
7
by: Sébastien Ramage | last post by:
I've an idea and I've made some search but I found nothing really interesting. There is somebody who have (or can help me to) try to developp a python plugin for web browser just like java ?? I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.