How to share only one window/application to other user in network?

10

1

I know VNC, windows remote control can share screen to others.

Can I just share one window/application to my buddy and give control of this window/application to him? Same time, I still want to operate the other windows I have.

If I choose to share desktop to him, I can't do anything while he is working on my desktop screen.

Any suggestion is appreciated!

Thanks, Wei

limi

Posted 2011-11-22T20:19:54.793

Reputation: 259

http://shared-app-vnc.sourceforge.net/ – mbrownnyc – 2013-01-08T15:24:55.583

Answers

1

This is called application virtualization.

The quick answer is that normal systems don't support hosting one app allowing interaction with the rest of the system by a different user.

If your friend just needs quick access to an app for a short period of time, most teleconference tools (WebEx and the like) allow sharing of only one app and allow the users to interact with that app.

If you absolutely need to set up a virtualized application while allowing interaction by yourself with the system seperately, you'll need to set up an application virtualization server.

Various Application Virtualization systems are discussed on this question: Are there any open source app virtualization solutions for Windows

A google search for "open source application virtualization" should also return some useful results.

music2myear

Posted 2011-11-22T20:19:54.793

Reputation: 34 957

4

The solution is named VDM (Virtual Display Manager). It works as a set of two programs:

  • The Server program:

Server

  • The Client program:

Client

It works perfect, but it has a possible security flaw, depending on your desired behavior: it allows access to every window (the server side can not restrict):

Access to every window

Sopalajo de Arrierez

Posted 2011-11-22T20:19:54.793

Reputation: 5 328

2

I haven't tried it myself but SharedAppVnc claims to do exactly what you are asking for.

nocnokneo

Posted 2011-11-22T20:19:54.793

Reputation: 161

for Macs this appears to only be supported on PowerPC? – cwd – 2015-06-12T18:53:59.120

Yes, it appears so. It probably wouldn't be a big deal to recompile an Intel version for Mac, but you'd probably have to do that yourself since the project seems to be dead. – nocnokneo – 2015-06-13T19:50:09.477

Tested and have not been able to make it work on Windows 7 SP1: the TightVNV Server stops working (general failure). – Sopalajo de Arrierez – 2018-10-05T15:34:13.723

1

You may wanna try Xpra. I was looking on Ubuntu for a X11 forwarding replacement, this is the best thing I found. They have a download for Windows - never tried that one tho.

MiG

Posted 2011-11-22T20:19:54.793

Reputation: 11

0

IMO, Teamviwer is the best option here. You can download Teamviewer here.

Teamviewer's QuickConnect feature does exactly that.

It can be enabled and disabled under the Advanced options.

surfasb

Posted 2011-11-22T20:19:54.793

Reputation: 21 453