Programmatic data input/output to citrix application - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T10:41:00Zhttp://stackoverflow.com/feeds/question/474709http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/474709/programmatic-data-input-output-to-citrix-application0Programmatic data input/output to citrix applicationStout2009-01-23T21:44:27Z2009-01-23T21:44:27Z
<p>I have written a script which is a pretty brutal hack using a language called AutoIt. Essentially it screen scrapes and sends keys to mimic a user moving throughout the citrix app (it's a 25+ year old dos app). It works relatively well, however it does need a lot of babysitting.</p>
<p>I am planning on re-writting it in C#, however I'm hoping there may be a more elegant solution out there that I am unaware of. Unfortunately I have zero control over the citrix app, so things like virtual channels are out of the question.</p>
<p>I need to be able to navigate and read data quickly and stabley. Any ideas?</p>