can i write applet-like web application using .net framework?

  • Thread starter Thread starter babylon
  • Start date Start date
B

babylon

or can i write a COM/ActiveX component using C# and put it in web?

thx.
 
You can use regular .NET windows forms controls to embed in a webpage(like
applets). I've tried and got some working myself. This feature uses
smartclient technology but very poorly documented. SmartClients are popular
and you can find a lot of articles on them. They are like java webstart
applications as opposed to applets. But like I said, you can use .NET
controls using the same technology inside a webpage as well. While
smartclients use IEExec.exe, these applet like controls use IEHost.dll to
run inside a restricted CLR.

Sankar Nemani
(e-mail address removed)
 

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