Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JoeGlines/5ed4b34fe03bce5e633a6b8ecc583f6f to your computer and use it in GitHub Desktop.
Save JoeGlines/5ed4b34fe03bce5e633a6b8ecc583f6f to your computer and use it in GitHub Desktop.
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