Good day, In C++ MFC application (i'm testing it with AutoIt, ActiveX version) there are several similar dialogs with almost similar controls. But actual "TEXT" parameter for these controls differs. So, there might be button "TEXT:OK" in one dialog, and "TEXT:&OK" in another one. (Of cause, this is an application problem, but workaround is needed anyway) I might have tried it incorrectly, but following doesn't work: ControlClick("My Window", "", "[CLASS:Button; TEXT:.*Finish; INSTA