Help: Hosting Windows Forms controls in IE7

Is there any particular voodoo magic I need to do to get a windows forms control hosted inside a web page that I'm browsing in IE7 .

My control is making it to the download cache (gacutil /ldl shows it) however it doesn't seem to activate within IE7. The site is a Trusted Site. I've tried turning off all security settings but all to no avail. The control is built with a version of the framework that is loaded on the PC and the control is built in .NET 2.0 if that makes any difference.

Thanks in advance for assistance,

Morgan



Answer this question

Help: Hosting Windows Forms controls in IE7

  • wpf michelle

    I have the same issue. My control works perfectly fine with IE6, but not with IE7.

    I have to say that my control does not run completly safe code, since it opens a sockets to a server.

    It shows the control in blank. It never even tells me if there is a security error.

    We also have other safe controls that do work on both IE6 and IE7.

    Thanks for assistance,

    Roberto


  • Help: Hosting Windows Forms controls in IE7