Programmatic data input/output to citrix application - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T10:41:00Z http://stackoverflow.com/feeds/question/474709 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/474709/programmatic-data-input-output-to-citrix-application 0 Programmatic data input/output to citrix application Stout 2009-01-23T21:44:27Z 2009-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>