Tagged Questions
The vnc-viewer tag has no wiki summary.
13
votes
7answers
12k views
Which Flash/Ajax based vnc viewer do you recommend?
I'm planning to expose a server( Amazon EC2 instance) via VNC. I dont want the user to download and install remote desktop application. I want a browser based VNC viewer. I have found the java applet ...
3
votes
6answers
3k views
Web based VNC client?
i am currently developing a web app which has a part where i have to open a specific machine through VNC to see its desktop.
i am required to have a web based VNC client , which means it shouldn't ...
1
vote
1answer
57 views
VNC control for WPF
i am looking for a vnc control (Client) i would be able to use inside a WPF application i am creating .
I would like to to be able to capture computes with TightVNC/UltraVNC (open source types) ...
1
vote
2answers
86 views
Difference in viewing a swing application via a remote client and viewing directly
So I have an executable jar file which when run in windows or in Linux by using the command
`java -jar filename.jar`
the output is this.
But when the same thing is viewed via a remote connection ...
1
vote
1answer
263 views
Automating VNC authorization process through command line
I am receiving a input as vnc://172.16.41.101&passwd=test
What i want to do with this input is :
1. Extract the IP address.
2. Extract the password.
3. Launch vncviewer with the ip and password ...
1
vote
0answers
200 views
Key Mappings in RealVNC Client
I am using Real VNC viewer on Windows. I sometimes find it very difficult to shift from VNC to windows. I have to use F8->Minimize and then Alt-TAB. I wish I had more flexibility. Can these key ...
1
vote
2answers
1k views
How to fix broken paste clipboard in VNC on Windows
When using RealVNC on Windows, I can sometimes cut and paste from VNC into Window's apps, and sometimes it just stops working. How can I get it reset so it works again? I've tried restarting VNC, ...
0
votes
0answers
65 views
VNC painting Fails in Ubuntu 11.10 [migrated]
I updated one of our servers to Ubuntu 11.10. Previously We were using CentoS 6.1. When using CentOS I was able to connect to it using VNC Viewer from Windows 7 Machines.But after installing Ubuntu ...
0
votes
0answers
48 views
VNC Java applet over stunnel ? 'Yet' possible?
I have a bunch (dynamic, can be 1 up to 32) VNC servers on a Linux Host (ubuntu).
Each VNC instance is listening to a specific port :
Instance A: listens port 5900
Instance B: listens port 5901
...
0
votes
0answers
67 views
Ultra VNC viewer giving an error of 'loopback connections not enabled' after enabling allow loopback
I have installed Ultra VNC on my windows 7 machine. I want to connect to a virtual machine in the university through the UVNC viewer.
-So I use putty to connect to the machine, type startvnc on the ...
0
votes
0answers
15 views
Green characters using TightVNC on Windows 2008 R1 (Visat) server
i am facing problem when accessing a Windows 2008 R1 (Visat based) server, using TightVNC.
i see lot of case were there are green characters which cam and go, mainly in the menu (e.g. Office 2010 ...
0
votes
0answers
34 views
How do I login as primary using tightvnc? [closed]
I did the mistake with setting similar password for "view only" and "primary" mode using tightvnc server. Now I only can control my client pc and everytime I want to log in to server, I always logged ...
0
votes
1answer
198 views
VNC to MAC but MAC is sleeping [closed]
I assume my my MAC is sleeping if I try and connect with VNC is hangs. If I happen to be at the MAC console I can move the mouse or keyboard and then the VNC works. Is there a way to trigger a wake ...
0
votes
0answers
326 views
How to set DISPLAY for VNC viewer automatically?
I am having a linux machine and i used to work on this machine either directly or by using vncviewer from my windows machine. So everytime i launch new terminal on my vnc view i need to set DISPLAY. ...
0
votes
1answer
133 views
TightVNC On Another Network
does anyone know how I can connect to my PC using TightVNC on another network? I have it working properly over a local network but I want to connect from different locations. Thanks.
0
votes
1answer
285 views
Getting a VNC Image Buffer in WPF?
Can anyone suggest a VNC package that allows for a C#/WPF application to pull the image buffer and display it as I please?
My goal is to take a live remote desktop and display it in an in a way that ...
0
votes
1answer
328 views
VNCSharp Disconnects Immediately
I am using VNCSharp (http://cdot.senecac.on.ca/projects/vncsharp/) to create a WPF based VNC client.
When I try to connect to a server I am almost immediately disconnected. But when I use the ...
0
votes
3answers
1k views
Where can i get the source code for VNC in DOtnet c#?
My requirement is to remove the menu bar of TightVNC Viewer, because i dont want the user to use any of them in menu bar. For which i need the source code of TightVNC, so that i can
remove or disable ...
0
votes
1answer
139 views
Between 2 Androids and to other OS mobiles
PhoneMyPC tool in Android provides remote desktop connection to PC. But, Do Android based mobiles support VNC protocol/softwares for connection between 2 android mobiles ? Do android based mobiles ...
0
votes
2answers
1k views
VNC server & multiclient in vb.net
I want to create an application that acts as a vnc client which is connected to multiple servers at once. First and foremost, how do I access the VNC protocol in vb.net (make a client/server, output ...