HighTechTalks DotNet Forums  

.net ActiveX?

Dotnet Scripting microsoft.public.dotnet.scripting


Discuss .net ActiveX? in the Dotnet Scripting forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Dan
 
Posts: n/a

Default .net ActiveX? - 11-28-2005 , 09:26 PM






I would like to create a control to run in IE similar to an ActiveX control
but written in .NET.

1) Can ActiveX controls be written in .NET?

2) If not, what is the .net equivalent of an ActiveX control?

3) What technology is Windows Update run on?

Reply With Quote
  #2  
Old   
Bruce Barker
 
Posts: n/a

Default Re: .net ActiveX? - 11-29-2005 , 12:07 PM






1) yes. any .net class supporting com interop
2) see above - .net hope to replace com
3) native com (c/c++)

couple issues with using .net components in the browser

the .net runtime must be installed on the clients machine (22mb download)
may take up to a minute to load your page (IE has to load the .net runtime,
create a domain, compile the il code, etc).
talking to the com browser and firing com events is difficult.

-- bruce (sqlwork.com)


"Dan" <Dan (AT) discussions (DOT) microsoft.com> wrote

Quote:
I would like to create a control to run in IE similar to an ActiveX control
but written in .NET.

1) Can ActiveX controls be written in .NET?

2) If not, what is the .net equivalent of an ActiveX control?

3) What technology is Windows Update run on?



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.