rdp

Howto reference mstscax.dll in a SmartDevice project for Windows Mobile 5.0

I want to make a little application around the 'Remote Dekstop' (RDP), to make sure the users has correct settings etc. When I would make this application for a 'normal' pc in Visual Studio 2008, I just add the reference to the mstscax.dll to the project, and I can e.g. add the rdp-control to the main-form. However, when I try to do this...

Virtual channels for VNC?

Does anybody know weather VNC (RFB) supports virtual channels and add-ins to them like it is in the RDP (Microsoft Terminal Services)? I just want to transfer my own data across a VNC connection... ...

Remote desktop connection WITHOUT login screen on remote computer

I have written some C# code that allows me to establish a remote desktop connection using AxMSTSCLib. So far so good. Works like a charm. However, what I actually need is to simply mirror the remote desktop. with a standard RDP connection the remote computer transmits the desktop content to the client and shows the login screen locally...

Monitor Remote Access of Vendors and 3rd Parties

Is there any other way or setup that you can have a recording of actions performed on certain systems .For example vendors connect to a terminal server/desktop and you can video record them using ObserveIT or TSFfactory.The use of agent based licensing model is not in accordance with the company's pricing policy.Is there any other soluti...

Query all RDP sessions using .net

I am a lot of difficulty finding a way to query all RDP sessions using .net. Anyone know of a way to return this data without having to parse the results of a qwinsta.exe call? Currently i am using the qwinsta method, but this is returning some very unexpected results when querying different os installations (2003/2008/2008r2 etc.). ...

How to determine whether gina.dll is loaded inside a remote desktop session?

I am developing a custom version of a gina.dll for Windows XP, it has to behave differently when someone attempts to log on via RDP. The problem is in figuring out whether I am inside an RDP session or not. After researching this matter and reviewing various discussions, I established that the following approaches do not work: Check ...

Tips for developing an RDP application for Android?

I'm completely new at Android development but have some years of experience with Java. What I would like to do, is to develop an application for Android phones that enables the user to remotely monitor (or maybe control if time allows) their Windows environment. This is for a school project, and I can spare about 120 hours for the projec...

how to remote control windows from linux without close the session.

I am coding on my laptop, and watching online video on an windows pc. the suck video site can't turn to fullscreen mode back after goto next video, so I want to use laptop(linux) to remote control the windows. But... when I using rdesktop login to the windows, the current session was logout, ... So , what can I do, is there any client...

RDP Console / Admin Session

When i connect to Windows 2003 machines i can use the /console switch and essentially get a third remote administration session on the server. This doesn't seem to work on Windows 2008 R2, only 2 sessions are allowed. Has this feature been removed ? ...

sdl remote desktop

Hello, for a simple demo program I am using the SDL library to play a mpeg movie file. Unfortunately the demo app should be executed on one of our windows 7 servers and it should be looked at remotely. The problem is, that when I connect via RDP to the server the SDL window stays black - although the movie becomes played (I hear the ...