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

  • Thread starter Thread starter babylon
  • Start date Start date
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)
 
Back
Top