microtronx 38 Posted February 9, 2022 Hi, I need a way to send and receive "messages" to a connected rdp session or from a rdp session to i.e. start a software, which is only on local computer available from rdp session, i.e. for sending attachments to outlook. Is WTSAPI32 a good starting point or are there any ready to use components for send/receive over rdp / pipe? Thanks for some hints. Share this post Link to post
Dave Nottage 557 Posted February 9, 2022 4 hours ago, microtronx said: Is WTSAPI32 a good starting point or are there any ready to use components for send/receive over rdp / pipe? You could use this as a starting point, or to learn from: https://github.com/DelphiWorlds/MiscStuff/blob/master/Test/RDSTwainTestCase.zip Though the code is pretty messy. I had a plan to re-organise it - maybe some day 🙂 1 Share this post Link to post
microtronx 38 Posted February 10, 2022 I searched for hours and was not able to find anything ... and now a full demo Wow + Thanks Dave Share this post Link to post
microtronx 38 Posted February 10, 2022 (edited) @Dave Nottage Do I need to create any registry-Keys on my client machine to get that demo work? Answer: YES, see: https://docs.microsoft.com/en-us/windows/win32/termserv/virtual-channel-client-registration Edited February 10, 2022 by microtronx 1 Share this post Link to post