VB EXE to VB.NET EXE 
Author Message
 VB EXE to VB.NET EXE

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



Sun, 03 Oct 2004 20:46:27 GMT  
 VB EXE to VB.NET EXE
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

>.



Sun, 03 Oct 2004 21:08:24 GMT  
 VB EXE to VB.NET EXE
Chuck,

Thanks for the suggestion. I need some more clarfication to get this (Active
X exe) methodology working. Could you please detail it a little more
possibly with some code samples....

Appreciate your effort.
Cheers,
chris


Quote:
> 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.

> >-----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

> >.



Sun, 03 Oct 2004 22:29:04 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Communication between Vb EXE and VB.NET EXE

2. Calling COM EXE from VB.NET Service leaves COM EXE in Memory

3. running VB exe from a VB exe

4. Making One VB exe Trigger a Sub in Another VB exe

5. Making One VB exe Trigger a Sub in Another VB exe

6. Equivalent of VB.6 Standard EXE in VB.NET

7. making standard VB EXE to ActiveX EXE?

8. Creating an .EXE file from a VB .EXE ????

9. ? Turn VB .EXE into TRUE .EXE??

10. Delphi exe speed vs VB exe speed?

11. GPF in vb.exe when making an exe

12. sending data from a VB exe to a C++ exe

 

 
Powered by phpBB® Forum Software