Windows ControlClick Checkbox dont work

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
gsxr1300
Posts: 20
Joined: 06 May 2016, 06:45

Windows ControlClick Checkbox dont work

21 Sep 2022, 13:21

Hello,

click a checkbox in mRemoteNG, does not work, any suggestions?

Code: Select all

; ---------------------------------------------------------------------------------------
; Window Spy Checkbox - Control under Mouse
; Checkbox [_] Verbinden wenn bereit
; ClassNN:	WindowsForms10.BUTTON.app.0.129c866_r7_ad16
; Text:	Verbinden wenn bereit
; ---------------------------------------------------------------------------------------
; Window Spy Button - Control under Mouse
; Button (&Schließen)
; ClassNN:	WindowsForms10.BUTTON.app.0.129c866_r7_ad17
; Text:	&Schließen
; ---------------------------------------------------------------------------------------
;
; i try this without success
;
ControlClick, WindowsForms10.BUTTON.app.0.129c866_r7_ad16
ControlClick,,, Verbinden wenn bereit
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: Windows ControlClick Checkbox dont work

21 Sep 2022, 14:24

ControlSend, WindowsForms10.BUTTON.app.0.129c866_r7_ad16, {Space} :?:
gsxr1300
Posts: 20
Joined: 06 May 2016, 06:45

Re: Windows ControlClick Checkbox dont work

22 Sep 2022, 05:11

Code: Select all

ControlSend, WindowsForms10.BUTTON.app.0.129c866_r7_ad16, {Space}
;No success, also a send to the topmost control does not work.
ControlSend, , {Space}
Descolada
Posts: 1201
Joined: 23 Dec 2021, 02:30

Re: Windows ControlClick Checkbox dont work

22 Sep 2022, 07:07

@gsxr1300, I once had a similar problem and one of these worked (replace "mRemoteNG" with the actual window title):
1)

Code: Select all

ControlFocus, WindowsForms10.BUTTON.app.0.129c866_r7_ad16, mRemoteNG
Sleep, 1
ControlClick, WindowsForms10.BUTTON.app.0.129c866_r7_ad16, mRemoteNG,,,, NA
2)

Code: Select all

Control, Check,, WindowsForms10.BUTTON.app.0.129c866_r7_ad16, mRemoteNG
gsxr1300
Posts: 20
Joined: 06 May 2016, 06:45

Re: Windows ControlClick Checkbox dont work

08 Mar 2024, 03:40

Sorry for my late answer, i changed from mRemoteNG to Devolutions RDM that solves all.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot] and 353 guests