Search results

  1. V

    Using Sendkeys for a game

    I have a backgammon game (not a Microsoft product) which I am trying to send 'ALT F' to. I use the code below: SendKeys "%{TAB}", True ' ALT TAB to switch windows:) vkWait ' pause a short while:) SendKeys "%F", True ' ALT F:confused...
Top Bottom