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 Removed)
"babylon" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> or can i write a COM/ActiveX component using C# and put it in web?
>
> thx.
>
>