Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
9
votes
1answer
984 views

Screen capture with C# and Remote Desktop problems

I have a C sharp console application that captures a screenshot of a MS Word document serveral times. It works great, but when I place this application on a remote windows XP machine it works fine ...
9
votes
9answers
534 views

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 ...
8
votes
4answers
3k views

Can I use an Mac Mini Snow Leopard Server as a development machine for multiple people?

We are a Microsoft shop with C++ experience looking to get into some iPhone/iPad development. Before we make a large investment in individual development machines, we would like to test our abilities ...
7
votes
9answers
2k views

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 ...
7
votes
4answers
3k views

How to admin a remote Windows Server with a command line interface?

When I was a Linux admin I could do anything from the SSH command line. Now, as a Windows admin, I have to deal with the Windows Remote Desktop graphical interface, which I found to be inefective ...
7
votes
16answers
2k views

Developing via Remote Desktop

Has anybody any successful remarks about having a team working via Remote Desktop? In many workplaces, we put end users via Citrix and the applications on a central, powerful server. Sometimes the ...
7
votes
12answers
2k views

What is a great tool for remote pair development?

I'm looking for something like VNC, but with some extra features: The server should send only the part of the screen the client is looking at. It would be great if we could have 2 mice on the ...
7
votes
6answers
2k views

Which Desktop Virtualization software runs most smoothly?

Background: I'm running a full-time job and a part-time job in the weekends, and both my employers have supplied a laptop for me to work on. Of course I also have my powerful workstation at home to ...
6
votes
3answers
1k views

Sendkeys alternative for RDP and Remote Desktop

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 ...
6
votes
6answers
2k views

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++, ...
6
votes
3answers
3k views

Are there problems with rendering WPF over Remote Desktop under Windows XP?

I have heard that WPF primitives will not be supported by remote desktop on windows XP. The implication of this is that if you run a WPF application on a vista machine and display it on an XP machine ...
6
votes
3answers
2k views

Viewing DirectX application remotely

We're working on an application that displays information through a Direct3D visualisation. A late client request is the ability to view this application via some Remote Desktop solution. Has anyone ...
5
votes
2answers
111 views

Help to argue why to develop software on a physical computer rather than via a remote desktop [closed]

In my case we are required to be physically present at office when developing software. I am looking for help to argue for why software developers shall have a dedicated physical software development ...
5
votes
4answers
2k views

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 ...
5
votes
12answers
919 views

What is the best solution for remote desktop / visual support?

We are currently investigating different remote-desktop support solutions to help our clients if they have any problems with our software and I would like some input on the best solutions out there. ...
5
votes
18answers
2k views

What client do you use for Remote Desktop/VNC?

Which one client do you think is the best for remote PC management/access?
4
votes
3answers
398 views

C# application keeps freezing on remote

I am developing a C# application (.Net 3.5, Win Forms) which is run on a server, and is accessed by Users using remote desktop. The application keeps freezing on seemingly random occasions on the ...
4
votes
4answers
2k views

Detect source of remote desktop connection

This question tells me how to detect a remote desktop session. Do anybody know if it's possible to find out from where the remote connection was initialized? -Vegar
4
votes
4answers
2k views

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 ...
4
votes
5answers
10k views

Remote access Windows Vista to Mac OSX? [closed]

Is there a means to do remote desktop access from Windows Vista to Mac Mini with OSX? Looking to be able to remote in to Mac in order to access system so no need to have it on a seperate monitor/kb to ...
4
votes
5answers
323 views

The UK is completely under snow. What tips can help programmers who don't usually work from home survive the next few days [closed]

The UK is completely under snow. What tips can help programmers who don't usually work from home survive the next few days.??? I can think of remote desktop to your work desktop? What other things ...
4
votes
4answers
4k views

Single Remote Desktop session in Server 2003

I have a headless server running Windows Server 2003, and administer it via VNC. It is set to auto login to a specific user account. I want to change to using Remote Desktop/Terminal Services. ...
3
votes
1answer
35 views

Programatically recognizing that a windows RDP session is currently in progress

I have a virtual machine on a remote computer, to which I connect using Windows RDP. We have several people using this machine, all with the same Windows login. A problem that often occurs, is that ...
3
votes
1answer
1k views

Keymap issues with NX from Mac OS X Lion

I tried to answer the question from Mark: Keymap issues with NX from Mac OS X Lion to Ubuntu However, it is locked so I figured I would post a new question / answer. I have been trying to answer ...
3
votes
1answer
734 views

Keymap issues with NX from Mac OS X Lion to Ubuntu

I have issues with the keymap of my NX session being garbled. I have a Macbook Air running OS X Lion. I use OpenNX to start a session with an Ubuntu server running FreeNX. The session type is Gnome. ...
3
votes
2answers
285 views

How can Teamviewer share images by using direct port behind a firewall

I found this: How does teamviewer find my computer but I could not understand and the answers are not what I am looking for. I'm looking for a solution in .net. If I have an image-Sender-app and how ...
3
votes
1answer
1k views

Terminal session when minimized\disconnected returns a blank screen upon capturing desktop snapshot

I am using the below JAVA code to capture the desktop of a remote machine Robot robot = new Robot(); BufferedImage screenShot = robot.createScreenCapture(new ...
3
votes
3answers
687 views

How can I determine whether Remote Desktop is running at a given IP address?

I want to find out which ip can be remote. (remote desktop) For example, I set a valid IP of my network into an edit box and the program says it can be remote or not.
3
votes
2answers
560 views

VS 2008 SP1 text editor flickering over remote desktop connection

I am connecting from a Windows 7 x64 machine to my dev machine running Windows XP SP3 using the built in remote desktop client. For most apps it works fine with no problems, for Visual Studio ...
3
votes
3answers
873 views

Is there a solution to the fact that Visual Studio 2008 flashes like crazy over RDC?

Editing with Visual Studio 2008 over Remote Desktop Connection is an insane exercise in patience, as the screen paints and repaints and repaints and flashes like crazy. Is there any easy fix for ...
3
votes
4answers
2k views

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 ...
3
votes
6answers
614 views

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 ...
3
votes
3answers
2k views

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 ...
3
votes
7answers
373 views

How do I keep from losing my work when ssh disconnects?

It's inconvenient to lose code just because ssh decided to drop my connection. How can I avoid that? What if I'm forwarding an X11 connection over the connection?
3
votes
27answers
767 views

developing on a computer by remote desktoping into it, experiences?

Does anyone (out of choice or forced) develop on a computer that they have to remote desktop into? How has your experiences been with it? I can see the advantages as you can basically code from ...
3
votes
2answers
1k views

WPF app with transparent windows and remote desktop causing popunders

I have a WPF application with AllowsTransparency="True" because we like funky borders. When I remote desktop into a computer and run our application, menus and right click menus in textboxes are ...
3
votes
4answers
3k views

How to simulate keybard input to a remote desktop session?

Found my own answer. If someone could copy/paste it into an answer so i can mark it as the answer, and answer this question, to take it off the unanswered list - i would appreciate it. i'm trying ...
3
votes
2answers
4k views

Keyboard shortcut to move away from a full-screen remote desktop session

Using remote desktop in full-screen, what is the shortest way to move to another app? (Without using the mouse, of course. I hate mice). I currently use one of the following: ctrl-alt-del, alt-t ...
3
votes
7answers
4k views

Recovering from ipconfig /release on a remote PC

Not strictly a programming question, but I was programming at the time and couldn't find an answer, so I thought, "Hey, I'll give StackOverflow a try!" So I'm connected to my Windows XP work PC over ...
3
votes
14answers
1k views

Best way to enable desktop access to PCs on a remote network

What is the best way to enable remote access (for desktop support purposes) to a network where there is a single server on a fixed IP and a number of Windows DHCP clients (all with internet access, ...
3
votes
3answers
1k views

How can I remote desktop to a Windows machine from a Linux machine?

At work I use Windows Server 2008. At home, I just got a openSUSE laptop. Is there an RDP client I can use?
2
votes
2answers
55 views

How to deactivate Windows Remote-Desktop with Powershell?

All our testboxes run on VMs (windows server 2003/08) and testers access them via remote desktop only. Some maintenance steps require to kick all users from the system and deactivate access via ...
2
votes
0answers
499 views

Remote Access to VirtualBox: Can't Connect via Remote Desktop

I have a host (Windows 7) and a VirtualBox on it (guest OS is Ubuntu), that uses the NAT adapter. Also my host is in the local network (DHCP). I have already set the ssh connection to the VB and ...
2
votes
1answer
41 views

How to share a common linux terminal that can be used remotely by 2 or more users ?

I want to code/debug collaboratively on a shared linux terminal (so that both parties can see what is being typed into it, and its output) with someone in a remote location. What is the best way to ...
2
votes
3answers
527 views

How do I debug a Worker Role using Remote Desktop with Windows Azure?

I now have my Windows Azure environment set up so that I can access my Worker Role with Remote Desktop. However, I'm not sure how to proceed at the moment. After much digging I found a web site that ...
2
votes
1answer
403 views

Execution of QTP scripts on remote machines

I am posting this question regarding the execution of QTP scripts on remote machine. When i log in to my remote machine via "mstsc", and execute the script without closing the remote desktop ...
2
votes
1answer
309 views

From an application running in remote desktop, how to programmatically get a file that has been copied to the client clipboard and save it to disk

This is the scenario: User opens a remote desktop session on a server running Windows 2008 Server R2. The remote desktop session does not use mapped drives but clipboard sharing is enabled. User ...
2
votes
1answer
338 views

UIAutomation and Remote Desktop Connections

I have an application that does some automation on an arbitrary Windows application. I've been using Notepad to test it. During this automation, I have to invoke events from the code. I currently ...
2
votes
1answer
128 views

Looking for a C# or Java or Python or C++ example to control Windows Remote Desktop

We have a hard policy that all computers must lock after 15 minutes of inactivity. FOR GUI testing using CodedUI library, it is important that the connection is on, and that the screen is not locked. ...

1 2 3 4 5 7