I am struggling with how to adjust my script for a periodically changing ControlID. Once instance of the app window I'm getting info from may have
"[CLASS:WindowsForms10.COMBOBOX.app.0.3a9f0c; INSTANCE:1]"
But a later instance may have:
"[CLASS:WindowsForms10.COMBOBOX.app.0.68373; INSTANCE:1]"
Is there a way to query the form to get the ControlID? I've been using the AutoIt Window Info Tool to get it but if there is a way to do it within the script then perhaps I could substitute i