all groups > dotnet remoting > august 2004 >
You're in the

dotnet remoting

group:

Invoking a .Net remoting component from Visual Basic 6.0 COM component


Invoking a .Net remoting component from Visual Basic 6.0 COM component rahul_4u40 NO[at]SPAM rediffmail.com
8/28/2004 3:55:02 AM
dotnet remoting: Hi is it posisble to invoke a method of a .Net remoting component from
a COM component developed using Visual Basic 6.0.
If yes request you to provide me how can I achieve it.
Re: Invoking a .Net remoting component from Visual Basic 6.0 COM component Bob Grommes
8/29/2004 2:24:04 PM
You can't do this, at least not directly.

It's possible to create a COM component in .NET that can talk to VB6. So I
suppose it's theoretically possible to create a .NET COM component that is
itself a remoting client and wraps all the calls you want to make to the
remoting server, allowing the VB6 code to call them through the .NET COM
component.

Mind you I have no idea if this would really work, but it seems plausible,
if you really must make this happen and have no simpler alternatives.

--Bob

[quoted text, click to view]

AddThis Social Bookmark Button