Noob Posted April 24, 2007 Posted April 24, 2007 I looked at Styles and Extended Styles, but this may not exist. I would like to have a button which would not steal focus when pressed, not even for a fraction of a second. Is this possible?
therks Posted April 25, 2007 Posted April 25, 2007 I don't think so... you can refocus the previous control, but I don't think you can disable it completely (without disabling the button, which would render it useless anyway). Could you use a label, or a picture control? They can receive click notifications, but they can't hold focus. Sorry, best I can think of. My AutoIt Stuff | My Github
Noob Posted April 25, 2007 Author Posted April 25, 2007 Thanks VERY much! I just tested it with a Label. That's exactly the behavior I've been searching for! Now only if I could make it look like a button. I'll try the Picture control you also suggested.
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