Ciege wrote: Here you would need to look into using some sort of RDP or VNC technology but that would require Ranorex to be installed on the remote machine.
Thanks a lot for your reply! Actually it's still hard for my case even using RDP technology. I developed my own application (App_mine) by leveraging Ranorex API to drive another application (App_3rd). I have made them work together well on one server. However at the time of deployment, our client asked us if we can deploy them on different servers. I can't see the possibility of implementing this purpose without a big change to the architecture of App_mine.
I think next time I need to break my application into two parts. Part 1 can be deployed on any server responsible for sending commands, and part 2 will be a client applicaiton to receive the commands and drive the target appl by leveraging Ranorex.
Anyway, your suggesion open my mind. Thanks for your kindness.
Kevin