Jul 16, 2002 #1 1SorryDog Technical User Jul 15, 2002 25 US Anyone know how to get the windows handle of a citrix window? I need to send data to a citrix window but can't seem to find an api that will work. Any ideas ???
Anyone know how to get the windows handle of a citrix window? I need to send data to a citrix window but can't seem to find an api that will work. Any ideas ???
Jul 23, 2002 #2 Pyroputz Programmer Jul 18, 2002 3 US Use AppActivate and reference the title bar of the citrix session, then use the keybd_event api to send strings across the session. Upvote 0 Downvote
Use AppActivate and reference the title bar of the citrix session, then use the keybd_event api to send strings across the session.