Link to home
Start Free TrialLog in
Avatar of artinsoft
artinsoft

asked on

How to run an process on a remote server while displaying its GUI on another computer?

I am compiling applications from a 32-bit box, targetting them to 64-bit and running them remotely on the 64-bit server using System Internals psexec.  This works great for console based apps, but when it comes to GUI applications, the GUI can be raised on the remote server, but that is not what I want.

I want to be able to launch a GUI app (C# or C++ with MFC) on a remote server AND be able to display the GUI for the application on the 32-bit box where I am working on.  In other words, I do not want to remotely connect to the 64-bit machine for anything at all, I want to use the 64-bit application (running on the remote 64-bit server) on my 32-bit box...can this be done?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Krompton
Krompton
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial