I want to know if .Net controls (windows forms?) work the same in IE as ActiveX or Java Applets do. Can I run a Windows Form within IE like I can ActiveX or Java Applets? Does the .Net framework (CLR) have to be installed in the user's PC, or is it part of IE? Can I put a Windows Form in an HTML page with other HTML stuff (e.g. I'd like to put a Windows Form in a portal as a portlet)?
Thanks! -E
WinFormsUser
yes, you can do it like you could with ActiveX, but yes, the Framework does have to be installed on the client machine.