ControlSend() and ControlSendText() crash the program

Issue #2 closed
Matt Feemster repo owner created an issue
Run("Notepad")
Sleep(1000)
ControlSendText("I am Keysharp. Fear me!", "Edit1", "Untitled - Notepad")
ExitApp()

Run("Notepad")
Sleep(1000)
ControlSend("I am pretending to be text.", "Edit1", "Untitled - Notepad")
ExitApp()

Comments (4)

  1. Log in to comment