Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to another computer.
0
votes
0answers
14 views
Winapi over RDP: window not receiving mouse events, but receiving keyboard input
I have developed a screen capture application for Windows using pure Win32 - no MFC or ATL.
To do this, I am using two top-level layered windows - one (entirely transparent) to capture mouse events ...
0
votes
0answers
34 views
WS_EX_LAYERED window appearing invisible over RDP
I have developed a screen capture application for Windows using pure Win32 - no MFC or ATL.
To do this, I am using two top-level layered windows - one (entirely transparent) to capture mouse events ...
0
votes
0answers
17 views
Backtrack Remote Desktop Access
Consider this setup of 4 users who has individual access to a primary server, however only one user has access to the secondary server which can only be accessed through the primary server.
Primary ...
0
votes
0answers
12 views
Slow Screen Rendering - Connecting to 2008 R2 server via Mac Mountain Lion OS X
I've recently had an issue whereby someone who accesses my program which is hosted on a Windows 2008 R2 environment via their Apple Mac running Mountain Lion gets them quite a slow response when ...
-3
votes
1answer
22 views
Launch external file with objective-c [closed]
i've write a simple app with c#, that launch an rdp file when a button is clicked. With c# no problem, it's simple, i've tried lanch mstsc with his parameter and there's no problem.
I want do the same ...
-1
votes
1answer
25 views
Launch external file in XCode [closed]
i'm writing an objective-c app with xcode!
Well, waht my app will do is launchin, at the click of one of the button, an rdp file.
Button1 launch myRdp1, Button2 launch myRdp2...
What is the right ...
2
votes
0answers
23 views
Remote Assistance Connection String 2
I am working on an application where we are a network projector so we can let the user connect to us and we will get their screen via rdp. We have written our own version of an RDP app and it works ...
0
votes
0answers
6 views
Ask password on rdp but not windows startup
I'm playing with rdp, I removed the login screen at windows startup via 'netplwiz', but now there's no login screen when I try to connect my computer with rdp.
Is there a way to ask a password on rdp ...
-1
votes
0answers
32 views
Creating SSL VPN Connection through asp.net [closed]
I want to create an asp.net application, to create a ssl vpn connection, through which remote desktop connection can be established. Kindly share some views on this.
0
votes
1answer
22 views
Viewing the actual desktop on a remote computer
I'm running an raspberry pi with a display connected to the hdmi port. With a remote computer I want to view the actual graphic desktop (started with startx) of the pi which one can see on the ...
0
votes
0answers
39 views
Is it possible to implement RDP in Win 8 C++ apps?
Supporting RDP in Win 8 apps is possible in JavaScript apps using ActiveX:
Remote Desktop Services objects for Windows Store apps
I know it says:
Developer audience
Remote Desktop Services ...
0
votes
0answers
31 views
CUDA: How to use NSight on a RemoteApp VisualStudio 2010
I'm not able to debug my CUDA code using NSIGHT 3.0 as I get
"NSIGHT DEBUG: The remote system is logged in through Remote Desktop. WDDM adapters will no be debuggable."
when I'm trying to "Start ...
0
votes
1answer
43 views
How to use InputSimulator to simulate specific keys on Remote Desktop?
Im currently using the InputSimulator v0.1.0.0 to simulate keypresses and/or mouse events over Remote Desktop. Basic keypresses (for example pressing 'a') works, but special characters, like 'tab', ...
0
votes
0answers
9 views
Best way to connect to a desktop remotly in order to have the best frames per second.
I am trying to give clients of mine access to UK websites while abroad. Tried VPN'S but the websites I want them to have access to can still detect on their pages that they are on a PC that is not in ...
-1
votes
0answers
19 views
RDP - pass on (forward) client certificates [closed]
I have some customers who are using our programs through RDP connection, both client and server are Windows. Now the circumstances have changed and they have to sign some documents with their cert's ...
0
votes
0answers
34 views
Unable to connect to VM (RDP, Telnet, Ping)
We are unable to connect to our created VM in the cloud from our company (RDP, Telnet and ping).
We can do it from the VM to our company... so the Azure Tunnel is up.
We also able to connect to this ...
1
vote
0answers
40 views
Can Emacs operate over RDP (Remote desktop protocol)
Googling brings up only a bunch of recursive descent parsers... so, is there no chance Emacs will work over RDP? The machine on the other end is a pure Windows Server 2008 junk, nothing else ...
-1
votes
1answer
33 views
Web Based RDP Client
Can I permit RDP based connections from a website using PHP/JS/etc? I've read that RDP session files can be placed on the web server but would prefer to implement it via code. I am looking for the ...
1
vote
0answers
38 views
RDP SessionID CComPtr<MsTsc::IMsRdpClient2>
I'm using this small program to have RDP sessions on Windows platform. But now I need to find the session ID of the RDP connection from the objects that I have (m_component, pSettings ...) and ...
0
votes
0answers
14 views
Windows 2008 server RDP logon error
I have a remote Windows 2008 web server.
To do normal maintenance work on it I use Remote Desktop Connection.
The problem is that I can connect without any problem from my office machine which is ...
0
votes
0answers
31 views
Encrypt RDP password with Java
I've already tried the another solutions from SO, such as:
String password ="pwd";
WinCrypt.DATA_BLOB pDataIn = new WinCrypt.DATA_BLOB(password.getBytes(Charset.forName("UTF-16LE")));
...
0
votes
0answers
22 views
RDP bandwidth limitations affecting windows message queue
OK this is pretty speculative but here goes:
We have an windows application which renders video. We've noticed that when we're connected to a machine over RDP, the main thread tends process windows ...
0
votes
0answers
63 views
Remote Desktop Application
I'm trying to use 'Microsoft RDP Client Control verison 9', but it does not show any thing into the control on the form, here is my code
axRDP.Server = "10.10.10.10"
axRDP.UserName = ...
-1
votes
0answers
31 views
Access GUI interface of linux server [closed]
I own a linux server & accessing it using putty. Its quite tedeous job. Now i am in a situation where i'll have to access its GUI interface from a Windows System. I have no idea whether i would ...
0
votes
1answer
52 views
Azure Remote Desktop Traceability in a Cloud Service
If you follow Microsoft's instructions here to enable RDP on instances in a Cloud Service, they tell you to create a user and set a password for remote desktop purposes.
As this can quickly become a ...
0
votes
1answer
23 views
Lync RDP parsing
I am making a RDP client to get desktop sharing from Microsoft Lync (2010), I was able to get all decrypted RDP streams from Lync but stuck in paring it.
Can anyone help me on this?
Below is some ...
0
votes
0answers
21 views
End to end tunnel with RDP
I was wondering if there were any Java APIs I could look into to create an end to end tunnel/connection that will go through NAT and the internet that I could then run RDP over.
I am hoping to create ...
1
vote
0answers
17 views
Script to detect user session over RDP or direct (native) from the box
I want to write a script to detect if the current gnome session is from a RDP connection via xRDP server or its a native launched gnome session.
In this case, I would like the native session(s) to ...
0
votes
0answers
74 views
Java Application CPU Spike and Memory Leak Over Remote Desktop When Screen Locked
I have a Java application that I am running on a computer (COMP-A). I have another computer (COMP-B) that I use to remote into COMP-A using Microsoft Remote Desktop in order to use that Java ...
0
votes
0answers
80 views
C# winform List RDP sessions
Is there a way of listing Remote Desktop Sessions in winform using c#?
I would like to see the name of the remotely logged in user and status if possible...and also if it is possible to select and ...
0
votes
0answers
172 views
Remote Desktop: Your Credentials Did Not Work With No Apparent Reason
I have this server which usually I can remote and login just fine..until now.
When I try to login (say adminA), it didn't prompt me with any error. It just says Your credentials did not work..and on ...
0
votes
1answer
18 views
Omniture site catalyst for RDP application
Can we implement omniture site catalyst for Remote desktop login of an application like MS dynamics NAV?
There is a requirement such that adobe site catalyst had to be implemented to MS- NAV, an ERP ...
0
votes
0answers
53 views
RDP or VNC a single application [closed]
I currently have a XRDP setup on my server. My goal was to create a VNC or RDP server that only serves a web browser. I have it more or less working as intended - but what I am struggling with is that ...
0
votes
1answer
18 views
Access website in and RDP using it's IP address
I have an RDP located in the UK, and I have Windows Server R2 installed in it, and I'm developing a website using ASP.Net.
I have IIS installed on that RDP, And I want people to access to my website ...
1
vote
2answers
110 views
azure connected vm remote desktop
I've got two VMs in Azure, the second of which was linked to the first when it was created. I can connect via remote desktop fine to the first VM, but cannot remote desktop to the second nor edit the ...
10
votes
1answer
175 views
Hosting RemoteAPP session within Winform
Keep coming back to this and cannot figure it out... I am creating an app for work that essentially compiles all of our tools into one easier to use GUI. One of the tools we use is something we use ...
0
votes
0answers
74 views
IStream.Read() can't identify end of file
I met a very wired issue about using IStream.Read() to read data from clipboard. This only happens on several servers of one of our clients. The problem is that when user copying files from local ...
1
vote
0answers
44 views
Allow RDP or VNC behind an active window, or to a non-input desktop
First a little background info on the problem:
My kiosk application must block user access to the computer by putting up a full screen image blocking all windows and the desktop. Users must not be ...
2
votes
1answer
59 views
IOS virtual channel tutorial [closed]
I am writing an application for iPad that will need to communicate to a server through a TS connection I have(the application) to able to pass RDP Settings and data to server. Virtual Channels seems ...
0
votes
0answers
40 views
Registering virtual channel DLL for a particular connection
I've successfully implemented a virtual channel client DLL and registered it successfully according to http://msdn.microsoft.com/en-us/library/windows/desktop/aa383583(v=vs.85).aspx and it works fine. ...
0
votes
0answers
55 views
How we can integrate FreeRDP API in our android app to remotely share desktop?
How we can integrate FreeRDP Api in our android app to remotely share desktop? Is FreeRDP suppose 1 to many sharing ? I mean that can we share same desktop from multiple android devices in one time.
...
-1
votes
1answer
89 views
How we can remotely access our desktop from android phone using any rdp (remote desktop protocol)? There is any rdp that supports 1 to many sharing [closed]
How we can remotely access our desktop from android phone using any rdp (remote desktop protocol)? There is any rdp (remote desktop protocol) that supports 1 to many sharing. I mean can we share same ...
1
vote
1answer
153 views
Azure RDP using public IP not DNS…?
I and unable to RDP Azure VM on my corporate network using "DNS:Port" (like vmname.cloudapp.net:3389). It works fine on my home network, which means, endpoints are set correctly.
However, it was ...
0
votes
0answers
65 views
Azure publish can't use saved RDP password?
Every time we publish our Azure project (all machines in our team/at home as well) it always asks us to re-enter our RDP password.
This is a bit annoying as it means the files check out and we have ...
0
votes
1answer
90 views
.NET application fails to run from Network Share and RDP Shell
I'm trying to run my .NET application, that resides in a network share from our domain, using a RDP Client.
When starting a "full" RDP session (that is, opening the whole desktop) and then running my ...
0
votes
1answer
132 views
Add link to rich text box that starts a process (RDP)
I'm trying to add a clickable link to a rich text box that says something like "Start RDP" so when a user clicks on it, it will start windows remote desktop and use put the machine name in the box for ...
0
votes
4answers
403 views
0
votes
0answers
18 views
SeleniumRC stops responding on ending rdp sessions
Selenium is a great tool if not infuriating. I've got some tests on a remote machine that can run perfectly if I keep my RDP session open, but about 30 mins after I close my session (a.k.a. hit the x) ...
0
votes
1answer
71 views
Open Safari on Mac Client from RDP or Citrix
I have a scenario where I have users accessing our company application either via Citrix or RDP.
The app needs to make a call from within the session to the client pc so it can open a browser for ...
-1
votes
2answers
102 views
Detect if someone is using remote desktop [closed]
Is there a way in PHP to find out if someone is connecting to my website from within a Windows Terminal Services/Citrix/RDP remote desktop environment?
My web application is experiencing some serious ...