Hello I have a certain window that I would like to Click in some location, but without activating the window for it. The Documentations says that I should use ControlClick instead of MouseClick, however there is a problem: This window for some reason, appears not to have any controls on it. or atleast that's what AutoIt Window Info tool shows. So there's no control on that form that I can specify, however I do know the exact (X,Y) location within that form that I would like to click. What