Calling a VB application in a client server environment

vbgreen

New member
Joined
Sep 8, 2009
Messages
1
Programming Experience
1-3
I created a VB application that is intended to print data and is installed on a Windows 2003 Server.

A client server application calls a batch file that also resides on the server. The batch file then calls the VB application.

When running the client server application from the server, the VB application is called and runs successfully.

But when I ran the client server application from a client pc, the VB application does not run at all.

Why? Suggestions on how to make this work?

Please help.

Thank you.
 
Back
Top