Click here to Skip to main content
15,892,575 members
Everything / RDP

RDP

RDP

Great Reads

by epicTurk
Parse quser.exe Results in Regex in any .NET language
by Bjørn
A Service listening to Windows EventLog, recognizing attacker IPs and block them in the Windows Firewall.

Latest Articles

by epicTurk
Parse quser.exe Results in Regex in any .NET language
by Bjørn
A Service listening to Windows EventLog, recognizing attacker IPs and block them in the Windows Firewall.

All Articles

Sort by Score

RDP 

5 Jan 2017 by epicTurk
Parse quser.exe Results in Regex in any .NET language
19 Nov 2018 by RickZeeland
These CodeProject articles might get you started: Multi RDP Client .NET[^] Using streaming: Windows Remote Desktop Application[^]
11 May 2023 by Richard Deeming
You can set up an RDP web client: Get started with the web client for Remote Desktop Services | Microsoft Learn[^] Set up the Remote Desktop web client for your users | Microsoft Learn[^] However, you cannot embed that client in your own site:...
11 May 2023 by Pete O'Hanlon
There are ways to do this. Rather than rolling your own implementation, you should probably look at something like guacamole[^], FreeRDP-WebConnect[^] , or Myrtille[^]. Note that you may be required to install additional services on the server to...
31 Mar 2017 by Brian C Hart
Hi all, I have an employee, and he uses a cloud VPS to connect to our system to do his job. What a Cloud VPS is, is a "virtual private server" from one o those providers where you get servers you can create/destroy at whim and then, once created, a server is accessible with Remote Desktop...
17 Jul 2017 by Member 13315111
hi i need to run a batch file into a list of rdps by code. i use wmi and somehow blocked by firewall or something then test psexec and also failed. for now i hope to run psexec after connecting each rdp, using the current connection. but still got no idea about it. please help What I have...
25 Jul 2017 by Dave Kreskowiak
As far as I can tell, you don't. You have no access to the processes running on the remote machine over remote desktop, let alone the documents they are working on.
13 Sep 2018 by Member 13908153
I want to capture desktop image in win7 using Getfrontbufferdata, a interface function in DirectX9Ex. But I met the below two problems. 1. In Windowed Mode,I can capture desktop image correctly. Then I want to capture image in full-screen mode. So I changed the Windowed value into FALSE,But...
13 Sep 2018 by KarstenK
Read the article and code about Capturing an Image. The trick is to use the full screen as device context.
28 Feb 2019 by 123sj
Hello, I wanted to develop a virtual channel for file transfer from client to terminal server, Searched a lot but could not find any working example. Virtual channels is something new for me, so please provide some guidelines with example to implement it using c#.net Thank You. What I have...
28 Jul 2015 by Bjørn
A Service listening to Windows EventLog, recognizing attacker IPs and block them in the Windows Firewall.
23 Sep 2015 by Sleeper 11888211
I have a well running rdp client in vb.net. It has 2 forms, one for data entry (passwords, server names, etc) and the second form containing the rdp7 control maximized to fill the form(no form border, no min/max/X).The problem for me is that when I click "log out" within the rdp session, it...
19 Dec 2018 by sjsteve33171
I want to make an app similar to teamviewer but my own. I have a few questions. So far I have: 1) My desktop captured and displayed fine. 2) I have a socket server accepting clients asynchronous and accepting commands and sending them back. My Questions: 1) If my client sends the RDP stream to...
11 May 2023 by Member 15418280
We want to open rdp machine in our mvc view page in c#. What I have tried: In window form we can do but how can we do mvc facing issue
15 Aug 2015 by Rasoul Takalloo
Hello,I'm going to share my desktop by RDP not RDS and I'm sure that it is possible.but how? anybody know??
19 Dec 2018 by sjsteve33171
Went with MemoryStream. Thanks for the pointer.
11 Sep 2015 by Archimedes24
When i connect to my RD Web application, the mouse is absolutely white, without any outline. With the result that on a white background nothing is visible. This does not happen with all machines that connect to this Remote application.I have tried all the solutions regarding Inverted scheme,...
25 Jul 2017 by Member 8739889
What i need is to create a C# code which will open the REMOTE machine(say win7) , open a webpage(say google.co.in) , copies some text(the image hyperlink text i.e "image" from the webpage and paste in the notepad file in LOCAL system. I had been able to connect to remote desktop using C# ,and i...