Jump to content

Recommended Posts

Posted

i want to know how to move between controls as i press enter

like a GuiCtrlCreateinput with data entered then {enter} how can i choose which button [cancel] [ok]

is pressed with that enter

thanks in advance :)

Posted

Usually if it is just one button that you need to react to the enter key... BS_DEFPUSHBUTTON style for the button. If you want a button to react depending on which input has the cursor... i don't know off the top of my head.

Lar.

f_mrcleansmalm_77ce002.jpgAutoIt has helped make me wealthy

Posted

Use Accelerators. They've been included for a while and very few people are using them.

Search the helpfile for GUISetAccelerators.

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
×
×
  • Create New...