Created
June 28, 2022 18:27
-
-
Save JoeGlines/5ed4b34fe03bce5e633a6b8ecc583f6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ControlSetText,ComboBox1,Cool,ahk_exe notepad.exe ;Set Text | |
ControlSetText,Edit1,Cool,ahk_exe notepad.exe ;Set Text | |
ControlSetText,Sample,This is Cool,ahk_exe notepad.exe ;Set Text | |
ControlGetText,Var,ComboLBox1,Font ahk_exe notepad.exe ;Get Text | |
ControlGet,var,Choice,,ComboLBox1,ahk_exe notepad.exe | |
MsgBox % Var | |
ControlSend,ComboBox1,Just a test,ahk_exe notepad.exe ;Sending keystrokes | |
ControlSendRaw,ComboBox1,Just a test!,ahk_exe notepad.exe ;Sending keystrokes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment