ActiveX EXE equivalent in .NET

  • Thread starter Thread starter John
  • Start date Start date
you don't need to post this twice... anyways, .net doesn't compile ActiveX
controls... the closest you can get to it is creating a library and
registering it with COM interop i believe
 
I'm not sure what exactly it is that you want to do, byt you may want to read into remoting - basically it allows you to create a program that runs on one
machine, and accesses classes that are instantiated in a second machine, and all that fairly transparent to the first program.

Hope that helps
Alex (MS VB QA)

--------------------
From: "John" <[email protected]>
Subject: ActiveX EXE equivalent in .NET
Date: Sun, 22 Aug 2004 17:44:38 -0700
Lines: 3
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.vb
NNTP-Posting-Host: adsl-67-117-147-89.dsl.snfc21.pacbell.net 67.117.147.89
Path: cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.languages.vb:225020
X-Tomcat-NG: microsoft.public.dotnet.languages.vb

anyone?

Thanks & Regards
Santhosh Somayajulu
Internet Information Services Team,
Microsoft
 
He wants to know, what is the equivalent to a com component showing a GUI
(which is the most common definition of an activeX component as far as I
know) is.

Its a .NET component using windows forms (running within IE)

Hope that helped
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top