Hi I'm have code: main GUI with
Dim $hGUI_AccelTable[4][2] = [["a", $Button1],["b", $Button2],["c", $Button3],["d", $Button4] GUISetAccelerators($hGUI_AccelTable)
and the child GUI.
But everytime I try to type in the input of the the child GUI. The main GUI wont let me press A, B,C or D
How do I use the second GUI but not disable the Main?