all groups > dotnet clr > september 2003 >
You're in the

dotnet clr

group:

.net equivalent of java applet


.net equivalent of java applet ajfish NO[at]SPAM blueyonder.co.uk
9/29/2003 7:28:33 AM
dotnet clr:
Hi,

I have a web-based application and some of the UI I want to
incorporate is just too complicated for javascript. Instead of using a
Java Applet, I would like to have the user download a .net assembly
containing a form and run that in a browser.

I'm happy for the form to run in an applet-like sandbox (cannot write
to local hard disk, can only talk to the server it came from etc).
What I don't want is for the user to have to install an application
(which is then shown in add/remove programs) or for the user to have
to tweak some complex .net security settings for it to work.

I get the impression from reading the high-level .net documentation
that this is what it's designed for, but most of the .net-based
downloads I can find are for full installing executables.

I tried wahoo from www.sellsbrothers.com but even that comes with a
whole screenfull of small print about how it runs with full trust
permissions (and I still couldn't get it to work). Anyhow, the link is
to an exe file so how is a user supposed to trust a .exe download?

I'd really appreciate any examples of this kind of modus operandi, or
documentation/discussion on how it's supposed to work and whether it
actually does so

Many thanks in advance

Re: .net equivalent of java applet rmorin NO[at]SPAM kbcafe.com
9/29/2003 8:33:02 PM
Do a search for C# applets on Google.
http://www.google.ca/search?q=C%23+applet

Randy
http://www.kbcafe.com

[quoted text, click to view]
Re: .net equivalent of java applet Dino Chiesa [Microsoft]
9/29/2003 8:33:30 PM
An example (with source) and a few links :
http://www.winisp.net/cheeso/controltest.htm


[quoted text, click to view]

Re: .net equivalent of java applet Michael Giagnocavo [MVP]
9/30/2003 12:45:50 PM
[quoted text, click to view]

Most times they don't need to download it. The EXE will be run inside IE
(IE will host the CLR with the right permissions).

-Mike
MVP

AddThis Social Bookmark Button