TravisC Posted March 27, 2008 Posted March 27, 2008 is there any nice way to keep the default button the entire time. when you click any other button, the button focus shifts to whatever you clicked. i've done a workaround which sets the focus back every time but i would think there would have to be some way to keep the focus from shifting at all.
-Ultima- Posted March 27, 2008 Posted March 27, 2008 As far as I can tell, no, there isn't any way to do this other than the way you've already described (manually give it focus with GUICtrlSetState() and $GUI_FOCUS). [ WinINet.au3 | Array.au3 (Optimized) | _UnixTimeParse() ]
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