Skip to navigation
How to check if the control exist in Autohotkey Version2
22.04.25
``` if !ControlExist("SomeControl") { } ControlExist(Control, WinTitle:="", WinText:="", ExcludeTitle:="", ExcludeText:="") { try return ControlGetHwnd(Control, WinTitle, WinText, ExcludeTitle, ExcludeText) return 0 } ```
https://www.autohotkey.com/boards/viewtopic.php?t=108577
Reply
Anonymous
Information Epoch 1748596716
Silence is golden.
Home
Notebook
Contact us