Jump to content

I have a feeling this has been asked before...


 Share

Recommended Posts

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]
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...