remote-desktop

Can Mac have more than one client using its desktop?

I have one Server Mac OSX and have 5 windows PC's in my team. So I have this program on the MAC but I want two users in my team to be able to use this program, is there any way more than one person can VNC or remote desktop or something to the MAC server? Then those two users could both use the program on the mac server. I would need t...

Is it possible to remotely "assist" a Mac OS 10.3.9 system from Windows?

I need to assist my computer-challenged aunt with setting up a new printer to her OS 10.3.9 system. In the past, I've used TeamViewer on Windows, which is dead simple easy to use...which is what I need in this case. I know TeamViewer has an OS X version, but it requires at least 10.4. Anyone know of a VERY simple to connect remote "ass...

Remote Desktop, two monitors, dialog windows

In the office I have two monitors. At home I have one. When I use remote desktop (Win XP) to work from home, most of the applications are smart enough to all crowd into the primary monitor so I can see and use them. However, it seems their dialog boxes are not. For example, I need to upload a file and click the "Browse" button. I do not ...

How do you write a simple screen sharing program using C#?

I am interested in trying to create a screen sharing program in C#. I have found a blog post on the Windows Desktop Sharing API (http://blogs.msdn.com/ts/archive/2007/03/08/windows-desktop-sharing-api.aspx) but I'm uncertain how to even get started with it. Does anyone have a simple example they could share (preferably in C# or VB.net) ...

Visual Studio on remote desktop from a Mac - any issues?

I am in need of a new laptop, and I'm considering going for a Mac. However, an import part of my day-to-day work involves remote desktop'ing to my office computer (Vista), and running Visual Studio 2008. Has anyone done this? Are there specific issues to be aware of? Thanks! ...

Windows Remote Assistence - Mouse invisible for peer?

We're often using windows remote assistence on a Win2k3 server to perform collaborative sessions like code reviews. If i'am inviting someone, my mouse gestures are invisible to the invited person. Is there an option to make the mouse visible for both peers? ...

Vista Remote Desktop connection timeout setting?

Hi all, I'm running Windows Vista Business 64 bit. I'm having trouble with session timeout/logout. If I leave my PC on overnight with apps open but locked, they are all there the next day as I expect. If I leave my PC on then use Remote Desktop via the VPN to access my desktop from home, I get the applications I left open also. I use ...

Silverlight or WPF Remote Desktop UserControl

Is there a custom UserControl created in WPF that allows for RDP access. I know there's the ActiveX control for RDP 5.1 but I would prefer something that can be embedded within a Silverlight application. ...

Remote Desktop just displays desktop background color nothing else

Once in a while I will connect to Windows XP Pro via RDP, I will be logged on but the screen will just go to light blue - the color of the desktop background. No windows are shown, no response to mouse or keyboard including ctrl-alt-end. If another user logs in forcing me to log out then the next login is fine. This seems to happen ra...

Unity mode for Remote Desktop

I typically have several remote desktop sessions going at the same time. Within these sessions I might be running different applications. VMWare Workstation has a Unity mode that allows you to integrate guest applications with the host. I'd like to be able to do the same thing for remote desktop sessions. It would be a real productiv...

VS 2008 SP1 over Remote Desktop: Constant Repainting?

The text editor in Visual Studio 2008 was very fast over Remote Desktop. The text editor in Visual Studio 2008 SP1 is very slow over Remote Desktop, causing way too much repainting (and resulting flickering). The slower your connection is, the worse the problem is, but it's aggravating enough even when RDPing into a machine on the same ...

Remote Control API or how to start?

Hi guys, If, by any change I want to develop my own remote assistance/screen sharing tool to include in my own CRM, where should I go? I understand nothing about communication but I would want to involve myself in such an idea. My question is, what the basic knowledge and basic structure to create a LogMeIn/CoPilot/etc product? I rem...

how do i open a windows in a different X11 session?

linux only: i want to open two windows for my application, one on the main screen of the computer, and one on a virtual X11 sessions to be accessed by remote desktop only. Can some X11 expert tell me how this is done? ...

Developing applications expected to run over RDP; any tips ?

Supposing I was developing a fairly graphically intensive application (C++ or C#, graphics API undecided) for which most of the usage will be by remote users over RDP (either terminal server sessions or remote access to a single-user machine). It's obvious that non-essential "eye-candy" effects and animations should be avoided. My ques...

How can I force the 32-bit version of the remote desktop client to run on 64 bit Vista?

We need to run the 32-bit version of the remote desktop client on 64 bit Vista, because part of our product integrates with it, and communicates with the terminal server side app via the virtual channel. The integration loads some third party 32-bit drivers, and it is not possible to load a 32-bit dll in a 64-bit process. Normally it i...

Improving WPF application speed over remote desktop?

In our scenario, we have a wpf application that is used by users over remote desktop, and we found the user experience is very slow. Any suggestions for improving the user experience in this scenario? One point might be to disable any animation/storyboards, and avoid using gradients in the UI. More thoughts are appreciated. ...

Remote desktop software to be used within my application

Does anybody know a good, free remote desktop solution to be used within another application, namely, the application I'm developing? My application displays a list of computers currently available on the local network. I want the user to be able to select one of them, and establish a remote desktop connection to it. Windows Desktop Co...

Remote Desktop Protocol C or Objective-C Library

Does anyone know of a library for RDP that's written in C or Objective-C that is not GPLed? ...

Using Twitter as a mechanism to remote control applications?

I was brainstorming interesting usages of Twitter and came up with the following: An application can use it as a call home mechanism An application that has an invalid license could broadcast its location A software company could use it as a remote shell like interface and issue commands to shutdown, restart and to publish patches An a...

how do i disconnect RDP session programatically?

Hi all how do i disconnect RDP session programatically in c# or c++? Abdul Khaliq ...