BruceCopperField Posted June 9, 2008 Posted June 9, 2008 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.
k3v Posted June 9, 2008 Posted June 9, 2008 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now