Winforms - NewBee Question

  • Thread starter Thread starter Al Smith
  • Start date Start date
A

Al Smith

In the past, you could load an ActiveX control containing UI in IE. Can the
same be done with WinForms? That is, can WinForms be hosted by IE thus
keeping the richer UI then WebForms provides?

Thanks
Al
 
* "Al Smith said:
In the past, you could load an ActiveX control containing UI in IE. Can the
same be done with WinForms? That is, can WinForms be hosted by IE thus
keeping the richer UI then WebForms provides?

J# Browser Controls provide developers with a way to migrate their existing
Java applet source code to run within the context of the .NET Framework

<URL:http://www.microsoft.com/downloads/details.aspx?FamilyID=325a8f15-fe7b-4087-aa46-6d3e1b6108e0>

MSDN documentation link:

<URL:http://msdn.microsoft.com/library/e...ingJavaAppletsToMicrosoftJBrowserControls.asp>

For .NET 1.0, controls as ActiveX are only supported hosted in MSIE 5+6:

<URL:http://support.microsoft.com/?scid=kb;EN-US;311334>
<URL:http://support.microsoft.com/?scid=kb;EN-US;317346>

Using Windows Forms Controls in Internet Explorer:

<URL:http://msdn.microsoft.com/msdnmag/issues/02/06/rich/rich.asp>
 
Back
Top