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

Re: Winforms - NewBee Question by hirf-spam-me-here

hirf-spam-me-here
Wed Jul 14 12:52:26 CDT 2004

* "Al Smith" <asmith@NOSPAMmrisystem.com> scripsit:
> 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/en-us/dv_vstechart/html/vjtskMigratingJavaAppletsToMicrosoftJBrowserControls.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>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

RE: Winforms - NewBee Question by v-raygon

v-raygon
Thu Jul 15 04:59:54 CDT 2004

Hi Al,
Here is another article for this problem.
http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx
Please reference it and let us know if you need further assistance. Thanks.


Best regards,
Rhett Gong [MSFT]
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.


Re: Winforms - NewBee Question by Al

Al
Fri Jul 16 11:22:37 CDT 2004

Thanks for the direction Herfried and Rhett.

Al

"Rhett Gong [MSFT]" <v-raygon@online.microsoft.com> wrote in message
news:ya8aeKlaEHA.2688@cpmsftngxa06.phx.gbl...
> Hi Al,
> Here is another article for this problem.
>
http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx
> Please reference it and let us know if you need further assistance.
Thanks.
>
>
> Best regards,
> Rhett Gong [MSFT]
> Microsoft Online Partner Support
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> Please reply to newsgroups only. Thanks.
>