Ask a Question related to ASP.NET General, Design and Development.
-
robertm #1
on demand downloadable .net packages (similar to ActiveX controls)
Is it possible to distribute them in this way and then call contained
functions from web pages?
robertm Guest
-
Can ActiveX controls be built with C#
I would like to build a control that can be deployed from a web site that runs in IE. The component will have no user interface. It needs to collect... -
ActiveX controls and IE 6
I have navigation bars in my website and after IE6 was installed the browser blocks the swap images and waits untill I click the IE security bar to... -
using activex controls
Sorry, I posted this here because this code will be included on an asp page. I will try a different forum. IE newsgroup, as it page:... -
.NET objects as ActiveX controls?
Hi, You need to dress your .Net in COM suit. refer to : http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx Natty Gur, CTO... -
ActiveX Controls
I have MSN as my internet service provider, and when I go into PHOTOS, I get a Warning Message that says "Your current security settings prohibit... -
Dino Chiesa [MSFT] #2
Re: on demand downloadable .net packages (similar to ActiveX controls)
It is possible to "host" Windows Forms controls within IE.
You need IE5.5+ to do this.
Here's an article discussing it:
[url]http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx[/url]
Here's an example
[url]http://www.winisp.net/cheeso/controltest.htm[/url]
or google for IEHost
[url]http://www.google.com/search?hl=en&num=30&q=IEHost[/url]
"robertm" <robert.must@illustrateinc.com> wrote in message
news:uvjGsnEYDHA.1916@TK2MSFTNGP12.phx.gbl...> Is it possible to distribute them in this way and then call contained
> functions from web pages?
>
>
Dino Chiesa [MSFT] Guest



Reply With Quote

