Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Running .NET Components within IE

0 views
Skip to first unread message

Kevin Matwichuk

unread,
Jun 13, 2001, 4:06:12 PM6/13/01
to
I was wondering if anyone nows if you can run .NET components withing IE
similar to Java applets or ActiveX controls? If so would the browser
require the .NET runtime JIT?

Thanks in advance,

Kevin


Cowboy

unread,
Jun 14, 2001, 2:22:41 PM6/14/01
to
This is not the intention, as the thrust is towards server side components.
I would imagine it is possible, but I have not seen any examples anywhere.
If it is possible, the Framework will ahve to be installed on the client.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
"Kevin Matwichuk" <kev...@i-gensolutions.com> wrote in message
news:e4iQRQE9AHA.2232@tkmsftngp07...

Juan T. Llibre

unread,
Jun 14, 2001, 4:08:48 PM6/14/01
to
The .NET Framework ships with 3 different types of runtime hosts.
Internet Explorer
Shell executables
 
A set of APIs is included for writing your own runtime hosts.
 
For Beta 1, there's a sample set of Internet Explorer WebControls,
which only run on IE :
 
 
regards,


Juan T. Llibre
Microsoft MVP [IIS/ASP]
ASP.Net En Español : http://207.176.17.140/
===============================
"Cowboy" <NoSpamM...@home.comNoSpamM> wrote in message news:e#lW$7P9AHA.1832@tkmsftngp02...
> This is not the intention, as the thrust is towards server side components.
> I would imagine it is possible, but I have not seen any examples anywhere.
> If it is possible, the Framework will ahve to be installed on the client.
>
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA

Paul Yuknewicz [MSFT]

unread,
Jul 2, 2001, 12:51:40 PM7/2/01
to
You can add rich Windows Forms controls to your HTML page and view it in IE
by adding an object reference to it. There is a sample in the QuickStart
Tuturials from the .NET Framework SDK -- check out the tutorial called:
Windows Forms -> Using Windows Forms Controls in Internet Explorer. Just as
Gregory points out, this feature requires your clients to be running .NET.
However you can detect the presence of .NET and only show the rich control
in that case.

Regards, Paul

****
"Juan T. Llibre" <j.ll...@codetel.net.do> wrote in message
news:#sNsaWQ9AHA.1700@tkmsftngp03...

0 new messages