Jump to content

Recommended Posts

Posted

say for the guictrlcreateinput limit is set to 3 and they max the input, is there a way to move the cursor to the next input so they don't have to tab over all the time?

Posted (edited)

Look at GuiRegistMsg() in the helpfile. I'm not sure exactly what message you're going to want to use though, but I know it is possible.

EDIT: To be more detailed, you'll want to look for a message that will notify of change in a input box... so then you'll do something similiar to this:

Case $event = $TEXT_CHANGED;that's not the right variable name 
If StringLen(GuiCtrlRead($inputbox)) = 3 then 
Send("{tab}")
EndIf

EDIT: To be even more specific, use this link.

Edited by Piano_Man
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]

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
  • Recently Browsing   0 members

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