vnc-server

VNC server component for .NET

I'm looking for a way to listen on a specific port as a VNC server, then be able to send whatever I want to the connected VNC client. There's a lot of VNC client components, but I've not yet found a .net VNC server component. I intend to use this to allow a client to connect directly to my windows form (and only the form, so they don'...

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 the display etc)? Second, how can a single client connect to multiple servers? Thanks for the help! I take it there are no VncServer or Vnc...

VNC Server and Http proxy

I have several displays running on several ports on a server (from 4000 to 4100). I am able to connect using tigervnc viewer directly using host:port (x.x.x.x:4000). Problem is that some users are behind firewalls which blocks ports other than 80, 25, etc. Is it possible to get the applet connect to a proxy (tinyproxy?) running on the...

Is it possible to find out if a VNC connection is active

My application is running on windows XP, a VNC server is also running on the PC. I'd like to find out if someone is currently connected to the VNC server (e.g. to use simpler icons). I'm using UltraVNC. Is there a simple (preferably documented) way to to this? EDIT: Apparently someone voted to close because he/she thought this belonged...

Using PyQt4.QtWebKit on a Debian server

Hi, I'm having a problem using PyQT4 on a Debian server. My script works fine on an Ubuntu Desktop machine, and I now want to deploy it on a server. Knowing it needed an X server, I launched one doing vncserver --display 800x600 :4242 I then exported the display : export DISPLAY=:4242 But my program keeps returning the error ...

vnc server in java , is there such thing ? opensource?

i didnt found any vnc server written in java is there any change there is no such thing ? i mean free and open source ? ...