Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Pyroputz

    VB SendKey

    Use the AppActivate function to set focus to the citrix window, then use the keybd_event api to send keystrokes across the session. SendKeys will not work with citrix.
  2. Pyroputz

    VB SendKey

    Use the AppActivate function to set focus to the citrix window, then use the keybd_event api to send characters across the session. SendKeys will not work with citrix.
  3. Pyroputz

    Getting hwnd (Windows Handle) of a citrix window

    Use AppActivate and reference the title bar of the citrix session, then use the keybd_event api to send strings across the session.

Part and Inventory Search

Back
Top