done that, same problem. is it possible that the ControlCommand("WIN", "TAB", "ComboBox1", "SelectString", "ITEM") im using makes the window select the item causing the msg box to pop up even before reaching the line? ive tried using msgbox to check whether the script is running but it doesnt work.
MsgBox(0,"1","1")
ControlCommand("MSG", "TAB", "ComboBox1", "SelectString", "ITEM")
MsgBox(0,"1","2")
Output of the above code is:
MsgBox 1 pops up, then the popup window with the ok button displays before popping up MsgBox 2. It seems