Search results

  1. A

    Sending keystrokes to a windowless application

    I have a windowless app running in the tray, and I wish to pass F11 key to it from a textbox's 'gotfocus' event in access. 'Sendkeys' command does not send F11 to it directly, and 'appactivate' statement is not able to address my windowless application, before 'sendkeys' command. How can I...
  2. A

    Using VBA to control other applications

    Thanks for the link. Shell command starts the app from the scratch, where as my app is already running in the tray. Appactivate statement activates any windowed app like Calculator, Notepad, etc, whereas my app is windowless having an icon in the tray. Normally, it captures F11 itself when...
  3. A

    Using VBA to control other applications

    I think you misunderstood my question. Problem is not with sendkeys, but with appactivate. Your link explains the sendkeys only. I am not able to address windowless app staying in the tray.
  4. A

    Make MSGBOX come up over all apps running

    I have a windowless app running in the tray, and I wish to pass F11 key to it. Sendkeys "F11" does not pass F11 to it directly. How can I address this windowless application in 'appactivate' statement?
  5. A

    Using VBA to control other applications

    I have a windowless app running in the tray, and I wish to pass F11 key to it. Sendkeys "F11" does not pass F11 to it directly. How can I address this windowless application in 'appactivate' statement?
Top Bottom