A "signed" C# Applet?

J

James Mou

Hi,

I've built bunch or windows form controls and compiled them into a class
library dll, then started using them by using a <object> tag from a web
page, everything works great except that I want to do something beyond what
the SandBox security allows.

We all knew ActiveX, and there was signed Java Applet, is there anything
similiar there in DotNET framework that allows me to deploy a true rich
client via WWW? Any insight would be great appreciated! Thanks in advance.


Cheers.

Kind Regards,


James
 
A

Alvin Bruney [MVP]

look into user controls. they can be as power as u want. to get the activeX
control effect, you can embed the user control into a webpage. what's the
issue with the activeX control by the way? it's your best bet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top