A "signed" C# Applet?

  • Thread starter Thread starter James Mou
  • Start date Start date
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
 
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.
 
Back
Top