G
GIO NEWS
Hi
I am trying to create a simple Client/Server application in VB.Net
In VB6 the easiest way to do this is to create an ActiveX Exe that exposes a
public method in a class. The Client would then have a reference to that
server Class and call the method to pass any parameters to the server. In
effect we have craeted an automation interface that can run as a standalone
app or have certain methods called by a client app if a reference is
included to that server.
How can you do this same thing in vb.net? There is no project to Create an
ActiveX.exe anymore! So, how does a client get a reference to a server to
call methods in it.
Sorry if this is all a bit naive but I'm new to VB.Net and just want to make
sure I can convert my old app to it
Thanks in advance for any help
Matt
I am trying to create a simple Client/Server application in VB.Net
In VB6 the easiest way to do this is to create an ActiveX Exe that exposes a
public method in a class. The Client would then have a reference to that
server Class and call the method to pass any parameters to the server. In
effect we have craeted an automation interface that can run as a standalone
app or have certain methods called by a client app if a reference is
included to that server.
How can you do this same thing in vb.net? There is no project to Create an
ActiveX.exe anymore! So, how does a client get a reference to a server to
call methods in it.
Sorry if this is all a bit naive but I'm new to VB.Net and just want to make
sure I can convert my old app to it
Thanks in advance for any help
Matt