C# equivalent of Java applet

  • Thread starter Thread starter _R
  • Start date Start date
R

_R

I'd like to build a small web app that models an electronic circuit.
Easily done on desktop. In the web version, the controls could be
done via ASP.net, but graphics would have to be built and sent to the
client on the fly. Do-able on client side in the java runtime, but
how could this be done within .NET? Any provision within the 2005
beta?
..
 
I think I've read somewhere that there is something called "C# applet",
where IE will call IEExec.EXE for you and act much like a Java applet.

I've only tried to use it to reander client-side graphics only, to tried to
to write anything useful through.
 

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

Back
Top