private void button1_Click_1(object sender, EventArgs e) { foreach (PokerTable table in pokerTables.Values) { AutoItX3Lib.AutoItX3Class ai = new AutoItX3Lib.AutoItX3Class(); ai.ControlClick(table.WindowTitle, "", "1031", "left", 1); } }