Remoting
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have created a remoting server (.exe) in VB .net. Basically, the idea is to create a remoting server in .net and have a VB 6.0 client! 1. Is this an equivalent of activex exe(out-of-process server) in VB 6.0? 2. Can this be accessed from VB 6.0? How can this be done? 3. If the above is not possible, What is the alternative of activex exe in VB .net and how can i access it from VB 6.0 client? Thanks in advance.