DucViet321 0 Posted June 19, 2013 Share Posted June 19, 2013 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? $Money = ControlGetMoney(@Life,"People","Pocket4")If $Money Then $Rich = TrueElse $Risk = True _RunAwayFromPolice("Fastest")EndIf Link to post Share on other sites
Solution DucViet321 0 Posted June 19, 2013 Author Solution Share Posted June 19, 2013 Oops, I figure out GUISetAccelerators($hGUI_AccelTable, $hGUI) $Money = ControlGetMoney(@Life,"People","Pocket4")If $Money Then $Rich = TrueElse $Risk = True _RunAwayFromPolice("Fastest")EndIf Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now