在计算机B上运行应用程序,但从计算机A控制。 [英] Run a application on computer B but controll from computer A.

查看:105
本文介绍了在计算机B上运行应用程序,但从计算机A控制。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

先生其实我想知道我的想法。我想在计算机B上运行一个应用程序,这意味着所有处理都将在计算机B上完成。

我有另一台计算机A,我想通过它来控制和查看这个应用程序。两台计算机都通过局域网连接。



例如一个窗口媒体播放器正在计算机A上运行,但我想从计算机B控制这个窗口媒体播放器。所有Windows媒体播放器的主要处理都已完成通过计算机A.



我如何通过C#或Java实现这个想法。

先生我不想使用远程桌面,

谢谢..

Sir Actually i want to get knowledge about my idea. i want to run a application on computer B,its means that all the processing will done on computer B.
i have another computer A, through which i want to just control and view this application. both computers are connected through local area network.

for example a window media player is running on computer A, but i want to control this window media player from computer B. All main processing of windows media player is done by computer A.

How does i can achieve this idea through C# or Java.
sir i dont want to use remote desktop,
Thank You..

推荐答案

看看 http://lifehacker.com/5080121/five-best-remote-desktop-tools [ ^ ]。


使用C#,可以在几个不同级别之一上完成网络,远程处理或WCF。

请在我过去的解决方案中查看我对这些方法的概述:

我如何发送byte []到其他电脑 [ ^ ],

通信b / w局域网上的两个Windows应用程序。 [ ^ ]。



使用Java,您可以使用自定义联网。由于网络套接字是多平台概念和架构,所有事情都以相同的方式完成:

http://docs.oracle.com/javase/tutorial/networking/ [ ^ ],

http://www.tutorialspoint。 com / java / java_networking.htm [ ^ ]。



在更高级别,您可以使用Java消息传递。请从这里开始:

http://en.wikipedia.org/wiki/Java_Message_Service [ ^ ],

http://docs.oracle.com/javaee/1.3/jms/tutorial/ [ ^ ]。



-SA
With C#, It can be done on one of several different levels of networking, remoting or WCF.
Please see my overview of these approaches in my past solutions:
how i can send byte[] to other pc[^],
Communication b/w two Windows applications on LAN.[^].

With Java, you can use custom networking. As network sockets is the multiplatform conception and architecture, all things are done in the same ways:
http://docs.oracle.com/javase/tutorial/networking/[^],
http://www.tutorialspoint.com/java/java_networking.htm[^].

On higher level, you can use Java messaging. Please start here:
http://en.wikipedia.org/wiki/Java_Message_Service[^],
http://docs.oracle.com/javaee/1.3/jms/tutorial/[^].

—SA


这篇关于在计算机B上运行应用程序,但从计算机A控制。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆