Provided your VB.Exe is an ActiveX EXE, your VB.NET
application can communicate with/utilize its object model
directly in code by adding a COM reference from your .NET
application to your VB6 ActiveX EXE application
If you want to go the other direction, ie have VB6 talk to
a .NET application, then your .NET application must
implement COM Interop and register a typelibrary.
Quote:
>-----Original Message-----
>Hello all,
>My objective is to write a vb.net exe to communicate with
a VB.exe. What are
>the possibilities for achieving this.? I think a COM+
publisher,
>subscription mechanism should work. Any suggestions on
this??
>thanks in advance for all the help.
>cheers,
>chris
>.