Jump to content

Recommended Posts

Posted

Currently, it seems that a message is generated only when a user tabs out a changed input control. Is it possible for an input control to receive a message/get notified whenever a user tab into it.

Posted

Have you tried ControlGetFocus("title" [, "text"]) to see if the control has focus after some action is taken?

$foo = ControlGetFocus("MyWindow")
If $foo = $inputbox then
    do stuff
endif

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