keyboard - C# Topics On Pasting To A Remote Window -


I am writing an application that should be able to send text to a RDP window and send text through a citrix Must be enabled (literally) hosted apps

Currently I have had success using the SendInput function from a DLL bind with it. Although there are some problems during the trial, for the first time it causes some editing controls to promote a "ding" sound [it is fixed] . The second big issue is in Citrix, it will sometimes skip the letters.

I am searching for a better version and have tried to command all kinds of windows, sending messages, sending post messages, sending clipsboards and sending keys pipeline. It all works very well when the target window The machine is local, but when the handle of the window is buried behind RDP or Citrix then I do not seem to do some work and can eliminate all my thoughts.

If anyone did this in RDP or Citrix, I was curious that they can edit control in any remote windows from their C # text box in any way? I will note that I can get the clipboard to fix my data, I'm unable to get the RDP / Citrix window to paste information by forcing it to manually paste.

Thanks,

Chris

Citrix provides a specially designed mechanism for communication between the client and the server:

A Citrix for a Citrix Virtual Channel Online Delivery (XenApp or XenDesktop) There is a bi-directional error-free connection used for the exchange of normalized packet data between the hosts and the Citrix receiver online plug-in example For sound, graphics, client drive mapping, and some of the writing virtual channels by printing Citrix. The Citrix Virtual Channel Software Development Kit (VCSDK) allows software engineers to write both host-side applications and receiver-side drivers so that additional virtual channels can be supported using the Seitrix ICA protocol. The host-side virtual channel applications run on XenApp or XenDesktop, and the client-side portion runs on the local device where the citrix receiver remains. It provides support for writing new virtual channels for Win32 and Windows CE versions of the online plug-in for SDK Citrix receivers.

Microsoft provides a similar implementation for RDS: Virtual channel software extensions that may add functional enhancements to the Remote Desktop Services app Examples of functional enhancements that can be used include: The main functionality provided by Remote Desktop Services Remote Desktop Protocol (RDP) is included in the Support for special types of hardware, audio, or other extras


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -