I have a similar issue. If any one has any idea how to send key strokes to a citrix client plz reply
torcaz99:I´m using VBScript and it works if I put something like:
AppActivate "Bloc de notas" ' I´ve win2000 in Spanish
sendKeys ("keys to send"), true
But I´m using Citrix and execute remote applications. Then I open a remote Notepad and write:
AppActivate "Bloc de notas - \\Remote" ' win2000 in Spanish
sendKeys ("keys to send"), true
The first line works ok, the remote application activates, but the sendKeys doesn´t work.
Please, ¿can anyone tell me if there is any way to send key to remote applications?
Thanks