Jump to content

GUISetAccelerators keep taking Hotkey from child GUI


Go to solution Solved by DucViet321,

Recommended Posts

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 comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...