Mistrel
Joined: 12 Sep 2005 Posts: 188
|
Posted: Thu Mar 15, 2007 10:01 pm Post subject: ControlGetFocus returning a different result than ControlGet |
|
|
Would someone please explain why these return different control names in some applications?
| Code: | numpad7::
ControlGetFocus, FocusedControl, A
msgbox %FocusedControl%
return
numpad8::
MouseGetPos, , , id, FocusedControl ;Get the ID of the control beneath the mouse
msgbox %FocusedControl%
return |
|
|