remote-desktop

Mozilla plugin for remote desktop protocol

Is there a remote desktop plugin for mozilla browsers that can perform remote desktop functionality from with the browser. Similar to the ActiveX control found in Terminal Services Web. IE similar to this: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=E2FF8FB5-97FF-47BC-BACC-92283B52B310 ...

(How) Can Terminal Services / Remote Desktop be used to share an Access Database?

The only type of 'remote desktop' application I've used previously is VNC viewer. My understanding of this kind of application is that when multiple users log in to the same VNC server, they share the keyboard, mouse and desktop, so only one person can actually use the computer, whilst the other users can watch what is happening. This ...

Does an RDP client library under Linux exist?

Are there any libraries for connecting as a client via Remote Desktop Protocol (RDP) in Linux? The language used is secondary to the issue of existence. Any mainstream language would do (e.g. C++, Perl, Java, Ruby, PHP, Python), and even less popular ones like OCaml or Scheme. Is there any option available other than taking the rdeskt...

Sendkeys alternative for RDP and Remote Desktop

Hello, I have an application which injects keystrokes into applications via Sendkeys, unfortunatly the application will not work when I am running Remote Desktop, because of the well known issue that Sendkeys doesn't work with Remote Desktop. Has anyone solved this issue before, or have any good suggestions on how to resolve it? Thank...

Trying to establish remote debug with visual studio running inside vmpalyer

i have this configuration a visual studio running inside virtual machine. the host machine has xp on it and so does the virtual machine. i have to run remote debug on the third machine which is connected to the host machine. i m currently facing this problem i m not able to ping my virtual machine from my host machine, however revers...

Problem with RDPSND.DLL

Hello, I have an application in Visual Basic, using .NET Framework 2.0. This application is run at the client site on thin clients using Windows Terminal Services. It is a sort of Point-Of-Sale, and makes a sound when a item is successfuly scanned. In remote desktop, we have enabled sound to be carried to the local computer. It has be...

Open Source Desktop Sharing

I 'm looking for Desktop sharing utility that I can use to incorporate inside a small elearning app that I'm building... ...

How to call IMsRdpClient5::GetErrorDescription method from VBScript

I'm using the RDP ActiveX control in a web page to open remote desktop connections. Here is the code I using but it doesn't work, it gets stuck when calling the GetErrorDescription method: <script language="vbscript"> sub MsRdpClient_OnDisconnected(disconnectCode) dim error_message extendedDiscReason = MsRdpClient.Ext...

WPF not rendering on remote desktop.

I'm having problems with the rendering of a WPF app over a remote desktop connection. The applications chrome is rendering, but none of the content is coming through, as if the window is not drawing. Instead the previous content of the screen is showing in it's place. This has been a problem with the application running on both Vista ...

SharePoint Designer for Mac?

I'm looking for some way of editing SharePoint ASPX pages on my Mac, using either a local text editor or some kind of remote-into-the-SP-server solution (like emacs with tramp). I know that Cyberduck has the ability to open WebDAV servers with NTLM authentication, but I've been unable to get that to work. So far, the only solution I've ...

Deploying a networked browser compatibility testing system.

I need to provide our web developers an easy and quick way to test their code on multiple browsers. Here's my current plan: Get a Mac Install Windows XP and Linux over VMWare Install all possible major browsers on these OSes, including on the Mac and the god-forsaken IE6. This will allow developers to use the system to test their app...

Disable Remote Desktop Client Keyboard Shortcut

I use Remote Desktop occasionally for some programming tasks but the ALT+INSERT keyboard shortcut (cycle through windows) in the client intercepts the default ReSharper generate code shortcut. Does anyone know if it's possible to remap (or disable) that Remote Desktop keyboard shortcut? I would prefer not to have to remap the ReSharper s...

library for remote desktop

Hi, I'm working on porting a windows-only application to Linux, and eventually to Mac OSX. Part of this program is a remote-desktop-like feature - you can share a desktop space with several clients. The network protocol is very similar to the RDP protocol. The original author wrote everything from scratch. It works very well, but large ...

Anyone have issues with Eclipse over Remote Desktop Connection?

I have a very strange issue that I'm hoping someone can help me with. I have various installations of Eclipse on my development machine at work. The one I primarily use is Weblogic WorkSpace Studio 10.2. This installation, along with a few Pulse installations I have set up works fine when I'm logged into my computer physically. Howe...

GetForegroundWindow returns Null when remote desktop is disconnected

I have a test that launches an app and verifies it has launched through calls to GetForegroundWindow(). The test is run on a remote machine that we usually access through remote desktop. When we have a rdp session open to the machine, the test completes and all is well. However, once we close the remote desktop, the test fails because Ge...

How to create simplest p2p remote desktop OR any Robot(Java) equivalent in python ...

Hello all, I want to create a simplest remote desktop application using p2p communication. I did created one small p2p program in python. My Idea is- Transmit screenshots of remote computer periodically Transmit keyboard and mouse events wrapped in xml to remote desktop. Problem- I could transmit a information for keyboard and mo...

Java: make an low quality image

Hi, In the software 'Teamviewer', the quality from the images can be changed. It looks like the image comes from 32bit to 16bit (Or other values, like in the screen divece settings in windows). The image is realy smaller because you notice that the speed from the connection is higher. I don't want something like: "scale down, send and t...

Any easy ways to play an audio file on a remote PC.

I have a requirement to remotely trigger the playing of an audio file on a remote PC. The PC in question may not be on the same domain as the triggering system. It may be running either XP or Vista. The audio file can be on the remote machine. I have all of the local logon details for each remote PC. I could write a client/server servi...

How to get the IP Address of the Remote Desktop Client?

Hi, I'm trying to write a script to log the IP address of the Windows client from which the user initiated Remote Desktop to log in to the Windows Server. How to capture the IP address of the client in the Server? ...

What are the pros and cons of using remote desktops for development?

The topic of using remote desktops (think Sun Ray thin clients, or remote X11 sessions via XDMC) on a beefy central server over beefy laptops/desktops for developmet came up again at the office today so I thought I'd seek out some good resources for the various pros/cons of setting up a development environment this way. Some benefits co...