Dear vb_pro,
Answer: Yes, as EXE on one machine can call a DLL on another machine.
You need to read vb distributed objects by Rocky. The whole point of MTS
(as i understand it ) is to manage multiuser enviroments such as you want.
However, the Server machine in question does need to be running Windows NT
and of course have MTS installed.
How to do it:
One simple way to test is to create a DLL that returns a value, compile
it, set binary compatibility and then place it in MTS on the server.
See Rocky's book he explains it very well indeed.
It is possible to call an ActiveX EXE on a server machine running win95/98
but the object needs to be previously instantiated.