My Problem: check or un-check

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
rommmcek
Posts: 1475
Joined: 15 Aug 2014, 15:18

Re: My Problem: check or un-check

22 Sep 2018, 10:33

If you can identify the CheckBox control with WinSpy try:

Code: Select all

ControlGet, state, Checked,, ControlName, WinTitle
if !state
   ControlClick, ControlName, WinTitle
to get afterwards always checked state (delete ! to get always unchecked state).

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: OrangeCat and 150 guests