PC Review


Reply
Thread Tools Rate Thread

What can replace the ActiveX in .NET

 
 
=?Utf-8?B?SXJlbmU=?=
Guest
Posts: n/a
 
      27th Apr 2005
Currently I have in-house software package written around ActiveX(supporting
VB and C++). We are moving to .NET and I wonder what (component technology)
in the .NET can replace(?) the ActiveX?
I am a novice in .NET.

 
Reply With Quote
 
 
 
 
=?Utf-8?B?TmF0ZSBB?=
Guest
Posts: n/a
 
      28th Apr 2005
You can use COM/ActiveX in .NET just as easily as you would in VB or VBA. In
your .NET project, just click on "Add Reference..." and you'll notice that
VS.NET shows you all the registed COM components along with all the .NET
assemblies. When you add a COM component to your project, VS.NET
automatically creates an "Interop" assembly that essentially wraps around
your ActiveX dll/ocx, and you access the activeX objects seamlessly through
this interop assembly.

"Irene" wrote:

> Currently I have in-house software package written around ActiveX(supporting
> VB and C++). We are moving to .NET and I wonder what (component technology)
> in the .NET can replace(?) the ActiveX?
> I am a novice in .NET.
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
activex settings prohibit running ActiveX controls Bob Hartung Windows XP Help 3 21st Jul 2005 05:49 AM
What could replace ActiveX in .NET? =?Utf-8?B?SXJlbmU=?= Microsoft Dot NET 2 28th Apr 2005 12:09 AM
Replace methode, Replace Function, Stringbuilder replace, Regex Replace, Split Cor Microsoft VB .NET 4 1st Mar 2004 02:50 PM
ASP.NET to replace ActiveX controls Lambros Microsoft ASP .NET 1 20th Dec 2003 08:33 PM
in asp.net ,does any function can replace the activex? hhw Microsoft ASP .NET 1 28th Aug 2003 03:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:51 AM.